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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 2,
    "results": [
        {
            "start": 931242056,
            "stop": 931242063
        },
        {
            "start": 931242123,
            "stop": 931245359
        },
        {
            "start": 931250547,
            "stop": 931252433
        },
        {
            "start": 931257335,
            "stop": 931260493
        },
        {
            "start": 931261877,
            "stop": 931267884
        },
        {
            "start": 931270026,
            "stop": 931271560
        },
        {
            "start": 931275027,
            "stop": 931275636
        },
        {
            "start": 931283293,
            "stop": 931284999
        },
        {
            "start": 931290692,
            "stop": 931291010
        },
        {
            "start": 931292789,
            "stop": 931292792
        },
        {
            "start": 931317186,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931330524
        },
        {
            "start": 931331181,
            "stop": 931338470
        },
        {
            "start": 931340994,
            "stop": 931351287
        },
        {
            "start": 931351306,
            "stop": 931354097
        },
        {
            "start": 931357989,
            "stop": 931358408
        },
        {
            "start": 931365256,
            "stop": 931376928
        },
        {
            "start": 931386256,
            "stop": 931404359
        },
        {
            "start": 931413997,
            "stop": 931414955
        },
        {
            "start": 931418878,
            "stop": 931424426
        }
    ]
}