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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=409",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 410,
    "results": [
        {
            "start": 865190153,
            "stop": 865190321
        },
        {
            "start": 865193408,
            "stop": 865193431
        },
        {
            "start": 865193444,
            "stop": 865193522
        },
        {
            "start": 865193526,
            "stop": 865193680
        },
        {
            "start": 865193698,
            "stop": 865193737
        },
        {
            "start": 865193746,
            "stop": 865193838
        },
        {
            "start": 865193842,
            "stop": 865193857
        },
        {
            "start": 865193861,
            "stop": 865193872
        },
        {
            "start": 865193876,
            "stop": 865194064
        },
        {
            "start": 865194073,
            "stop": 865194185
        },
        {
            "start": 865194198,
            "stop": 865194362
        },
        {
            "start": 865194371,
            "stop": 865194376
        },
        {
            "start": 865194385,
            "stop": 865194391
        },
        {
            "start": 865194399,
            "stop": 865194409
        },
        {
            "start": 865194423,
            "stop": 865194424
        },
        {
            "start": 865194428,
            "stop": 865194452
        },
        {
            "start": 865194456,
            "stop": 865194528
        },
        {
            "start": 865194532,
            "stop": 865194542
        },
        {
            "start": 865194547,
            "stop": 865194604
        },
        {
            "start": 865194617,
            "stop": 865194627
        }
    ]
}