Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2167
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2166",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2167,
    "results": [
        {
            "start": 870106965,
            "stop": 870108230
        },
        {
            "start": 870108238,
            "stop": 870108240
        },
        {
            "start": 870108300,
            "stop": 870110612
        },
        {
            "start": 870110716,
            "stop": 870119657
        },
        {
            "start": 870119658,
            "stop": 870122292
        },
        {
            "start": 870122402,
            "stop": 870122678
        },
        {
            "start": 870122978,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870126230
        },
        {
            "start": 870126235,
            "stop": 870129465
        },
        {
            "start": 870129470,
            "stop": 870129840
        },
        {
            "start": 870129903,
            "stop": 870132727
        },
        {
            "start": 870132980,
            "stop": 870136707
        },
        {
            "start": 870136713,
            "stop": 870136722
        },
        {
            "start": 870136728,
            "stop": 870136737
        },
        {
            "start": 870136743,
            "stop": 870136755
        },
        {
            "start": 870136760,
            "stop": 870139562
        },
        {
            "start": 870139568,
            "stop": 870177887
        },
        {
            "start": 870178986,
            "stop": 870182510
        },
        {
            "start": 870182518,
            "stop": 870182537
        },
        {
            "start": 870182543,
            "stop": 870185925
        }
    ]
}