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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=173",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 174,
    "results": [
        {
            "start": 843804200,
            "stop": 843833279
        },
        {
            "start": 843833937,
            "stop": 843836158
        },
        {
            "start": 843837393,
            "stop": 843837416
        },
        {
            "start": 843848221,
            "stop": 843848437
        },
        {
            "start": 843848438,
            "stop": 843855509
        },
        {
            "start": 843855511,
            "stop": 843855581
        },
        {
            "start": 843855583,
            "stop": 843855591
        },
        {
            "start": 843864162,
            "stop": 843871085
        },
        {
            "start": 843871088,
            "stop": 843886688
        },
        {
            "start": 843889175,
            "stop": 843896746
        },
        {
            "start": 843896748,
            "stop": 843902011
        },
        {
            "start": 843903770,
            "stop": 843906327
        },
        {
            "start": 843908454,
            "stop": 843910233
        },
        {
            "start": 843910238,
            "stop": 843912265
        },
        {
            "start": 843912868,
            "stop": 843921428
        },
        {
            "start": 843947018,
            "stop": 843949416
        },
        {
            "start": 843949417,
            "stop": 843949515
        },
        {
            "start": 843949518,
            "stop": 843949519
        },
        {
            "start": 843949521,
            "stop": 843957214
        },
        {
            "start": 843957216,
            "stop": 843960970
        }
    ]
}