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/L1_CBCHIGH_CAT1/segments?format=api&page=67
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=66",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 67,
    "results": [
        {
            "start": 827199256,
            "stop": 827201774
        },
        {
            "start": 827206402,
            "stop": 827213098
        },
        {
            "start": 827213525,
            "stop": 827220563
        },
        {
            "start": 827220644,
            "stop": 827226737
        },
        {
            "start": 827226790,
            "stop": 827230030
        },
        {
            "start": 827230156,
            "stop": 827231612
        },
        {
            "start": 827233017,
            "stop": 827233575
        },
        {
            "start": 827234278,
            "stop": 827234567
        },
        {
            "start": 827234769,
            "stop": 827236594
        },
        {
            "start": 827237327,
            "stop": 827237392
        },
        {
            "start": 827238838,
            "stop": 827240165
        },
        {
            "start": 827249061,
            "stop": 827249476
        },
        {
            "start": 827249539,
            "stop": 827249883
        },
        {
            "start": 827249933,
            "stop": 827250543
        },
        {
            "start": 827254382,
            "stop": 827259318
        },
        {
            "start": 827259383,
            "stop": 827260225
        },
        {
            "start": 827266136,
            "stop": 827277805
        },
        {
            "start": 827278004,
            "stop": 827278342
        },
        {
            "start": 827279737,
            "stop": 827292986
        },
        {
            "start": 827295479,
            "stop": 827311302
        }
    ]
}