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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=71",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 72,
    "results": [
        {
            "start": 817451182,
            "stop": 817451228
        },
        {
            "start": 817451284,
            "stop": 817451328
        },
        {
            "start": 817451358,
            "stop": 817451362
        },
        {
            "start": 817451399,
            "stop": 817451658
        },
        {
            "start": 817451713,
            "stop": 817451732
        },
        {
            "start": 817451764,
            "stop": 817451778
        },
        {
            "start": 817451808,
            "stop": 817453282
        },
        {
            "start": 817453311,
            "stop": 817453354
        },
        {
            "start": 817453412,
            "stop": 817460493
        },
        {
            "start": 817460534,
            "stop": 817461261
        },
        {
            "start": 817461268,
            "stop": 817461354
        },
        {
            "start": 817461361,
            "stop": 817461423
        },
        {
            "start": 817461430,
            "stop": 817461444
        },
        {
            "start": 817461451,
            "stop": 817461510
        },
        {
            "start": 817463345,
            "stop": 817464417
        },
        {
            "start": 817464446,
            "stop": 817466915
        },
        {
            "start": 817466944,
            "stop": 817467472
        },
        {
            "start": 817467501,
            "stop": 817467650
        },
        {
            "start": 817467679,
            "stop": 817473055
        },
        {
            "start": 817474958,
            "stop": 817475143
        }
    ]
}