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/S5/timelines/H1_CW_CAT1/segments?format=api&page=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=335",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 336,
    "results": [
        {
            "start": 857645376,
            "stop": 857645422
        },
        {
            "start": 857646464,
            "stop": 857651855
        },
        {
            "start": 857651869,
            "stop": 857651899
        },
        {
            "start": 857651903,
            "stop": 857651909
        },
        {
            "start": 857651917,
            "stop": 857651995
        },
        {
            "start": 857652008,
            "stop": 857652058
        },
        {
            "start": 857652062,
            "stop": 857652466
        },
        {
            "start": 857652470,
            "stop": 857652481
        },
        {
            "start": 857652484,
            "stop": 857652495
        },
        {
            "start": 857652499,
            "stop": 857652548
        },
        {
            "start": 857652556,
            "stop": 857652646
        },
        {
            "start": 857652655,
            "stop": 857652686
        },
        {
            "start": 857652690,
            "stop": 857653063
        },
        {
            "start": 857653067,
            "stop": 857653078
        },
        {
            "start": 857653092,
            "stop": 857653312
        },
        {
            "start": 857653315,
            "stop": 857653326
        },
        {
            "start": 857653330,
            "stop": 857653837
        },
        {
            "start": 857653841,
            "stop": 857654078
        },
        {
            "start": 857654086,
            "stop": 857654381
        },
        {
            "start": 857654384,
            "stop": 857654631
        }
    ]
}