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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=343",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 344,
    "results": [
        {
            "start": 857732983,
            "stop": 857733028
        },
        {
            "start": 857733031,
            "stop": 857733042
        },
        {
            "start": 857733328,
            "stop": 857733369
        },
        {
            "start": 857733373,
            "stop": 857733381
        },
        {
            "start": 857733389,
            "stop": 857733442
        },
        {
            "start": 857733527,
            "stop": 857733792
        },
        {
            "start": 857733861,
            "stop": 857734106
        },
        {
            "start": 857734110,
            "stop": 857734116
        },
        {
            "start": 857734119,
            "stop": 857734193
        },
        {
            "start": 857734201,
            "stop": 857734217
        },
        {
            "start": 857734225,
            "stop": 857734232
        },
        {
            "start": 857734298,
            "stop": 857734455
        },
        {
            "start": 857734468,
            "stop": 857734492
        },
        {
            "start": 857734501,
            "stop": 857734507
        },
        {
            "start": 857734510,
            "stop": 857734521
        },
        {
            "start": 857734530,
            "stop": 857734625
        },
        {
            "start": 857734629,
            "stop": 857734645
        },
        {
            "start": 857734649,
            "stop": 857734763
        },
        {
            "start": 857734767,
            "stop": 857734812
        },
        {
            "start": 857734823,
            "stop": 857734824
        }
    ]
}