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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=143",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 144,
    "results": [
        {
            "start": 968727598,
            "stop": 968754882
        },
        {
            "start": 968757039,
            "stop": 968758067
        },
        {
            "start": 968760025,
            "stop": 968761655
        },
        {
            "start": 968762623,
            "stop": 968764635
        },
        {
            "start": 968765758,
            "stop": 968766137
        },
        {
            "start": 968767668,
            "stop": 968773750
        },
        {
            "start": 968773778,
            "stop": 968788995
        },
        {
            "start": 968790279,
            "stop": 968801463
        },
        {
            "start": 968801492,
            "stop": 968803853
        },
        {
            "start": 968805946,
            "stop": 968814258
        },
        {
            "start": 968815379,
            "stop": 968818417
        },
        {
            "start": 968819847,
            "stop": 968827243
        },
        {
            "start": 968828563,
            "stop": 968835201
        },
        {
            "start": 968836665,
            "stop": 968839577
        },
        {
            "start": 968840429,
            "stop": 968847997
        },
        {
            "start": 968850463,
            "stop": 968851421
        },
        {
            "start": 968852512,
            "stop": 968856618
        },
        {
            "start": 968858460,
            "stop": 968860589
        },
        {
            "start": 968862335,
            "stop": 968878816
        },
        {
            "start": 968878834,
            "stop": 968878936
        }
    ]
}