Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=172",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 173,
    "results": [
        {
            "start": 955571546,
            "stop": 955577257
        },
        {
            "start": 955579948,
            "stop": 955588625
        },
        {
            "start": 955590419,
            "stop": 955590420
        },
        {
            "start": 955590744,
            "stop": 955590773
        },
        {
            "start": 955590858,
            "stop": 955591281
        },
        {
            "start": 955593395,
            "stop": 955599574
        },
        {
            "start": 955600949,
            "stop": 955606230
        },
        {
            "start": 955609809,
            "stop": 955633008
        },
        {
            "start": 955639966,
            "stop": 955660794
        },
        {
            "start": 955664355,
            "stop": 955672912
        },
        {
            "start": 955674039,
            "stop": 955683713
        },
        {
            "start": 955685112,
            "stop": 955685142
        },
        {
            "start": 955685159,
            "stop": 955690161
        },
        {
            "start": 955693751,
            "stop": 955695967
        },
        {
            "start": 955697912,
            "stop": 955708607
        },
        {
            "start": 955710358,
            "stop": 955719896
        },
        {
            "start": 955719918,
            "stop": 955725516
        },
        {
            "start": 955731428,
            "stop": 955733313
        },
        {
            "start": 955738579,
            "stop": 955741533
        },
        {
            "start": 955743852,
            "stop": 955750872
        }
    ]
}