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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=458",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 459,
    "results": [
        {
            "start": 872644513,
            "stop": 872644561
        },
        {
            "start": 872644567,
            "stop": 872644585
        },
        {
            "start": 872644596,
            "stop": 872644605
        },
        {
            "start": 872644610,
            "stop": 872644716
        },
        {
            "start": 872644726,
            "stop": 872644883
        },
        {
            "start": 872644889,
            "stop": 872644893
        },
        {
            "start": 872644899,
            "stop": 872644994
        },
        {
            "start": 872645004,
            "stop": 872645008
        },
        {
            "start": 872645014,
            "stop": 872645017
        },
        {
            "start": 872645028,
            "stop": 872645041
        },
        {
            "start": 872645047,
            "stop": 872645056
        },
        {
            "start": 872645061,
            "stop": 872645065
        },
        {
            "start": 872645075,
            "stop": 872645112
        },
        {
            "start": 872645118,
            "stop": 872645122
        },
        {
            "start": 872645128,
            "stop": 872645136
        },
        {
            "start": 872645142,
            "stop": 872645150
        },
        {
            "start": 872645156,
            "stop": 872645170
        },
        {
            "start": 872645176,
            "stop": 872645214
        },
        {
            "start": 872645219,
            "stop": 872645223
        },
        {
            "start": 872645234,
            "stop": 872645368
        }
    ]
}