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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=77",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 78,
    "results": [
        {
            "start": 817653151,
            "stop": 817654572
        },
        {
            "start": 817654602,
            "stop": 817655608
        },
        {
            "start": 817655617,
            "stop": 817656111
        },
        {
            "start": 817656119,
            "stop": 817656287
        },
        {
            "start": 817656300,
            "stop": 817656470
        },
        {
            "start": 817656477,
            "stop": 817656735
        },
        {
            "start": 817656754,
            "stop": 817657095
        },
        {
            "start": 817657103,
            "stop": 817657143
        },
        {
            "start": 817657172,
            "stop": 817657294
        },
        {
            "start": 817657305,
            "stop": 817657463
        },
        {
            "start": 817657470,
            "stop": 817657926
        },
        {
            "start": 817657943,
            "stop": 817657975
        },
        {
            "start": 817657993,
            "stop": 817658348
        },
        {
            "start": 817658360,
            "stop": 817658392
        },
        {
            "start": 817658409,
            "stop": 817658574
        },
        {
            "start": 817658584,
            "stop": 817658826
        },
        {
            "start": 817658838,
            "stop": 817659093
        },
        {
            "start": 817659103,
            "stop": 817659140
        },
        {
            "start": 817659150,
            "stop": 817659444
        },
        {
            "start": 817659452,
            "stop": 817659549
        }
    ]
}