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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=314",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 315,
    "results": [
        {
            "start": 822364928,
            "stop": 822365400
        },
        {
            "start": 822365407,
            "stop": 822366313
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368823,
            "stop": 822370424
        },
        {
            "start": 822370605,
            "stop": 822371003
        },
        {
            "start": 822371010,
            "stop": 822371353
        },
        {
            "start": 822371496,
            "stop": 822375650
        },
        {
            "start": 822375730,
            "stop": 822375853
        },
        {
            "start": 822375959,
            "stop": 822376045
        },
        {
            "start": 822376169,
            "stop": 822377990
        },
        {
            "start": 822378070,
            "stop": 822378872
        },
        {
            "start": 822378879,
            "stop": 822379633
        },
        {
            "start": 822379754,
            "stop": 822379847
        },
        {
            "start": 822379851,
            "stop": 822379881
        },
        {
            "start": 822379885,
            "stop": 822379982
        },
        {
            "start": 822379986,
            "stop": 822380101
        },
        {
            "start": 822380105,
            "stop": 822380111
        },
        {
            "start": 822380196,
            "stop": 822380209
        },
        {
            "start": 822380260,
            "stop": 822382753
        },
        {
            "start": 822382820,
            "stop": 822382856
        }
    ]
}