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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 43,
    "results": [
        {
            "start": 1402553138,
            "stop": 1402561855
        },
        {
            "start": 1402561861,
            "stop": 1402564626
        },
        {
            "start": 1402564633,
            "stop": 1402567648
        },
        {
            "start": 1402567655,
            "stop": 1402587126
        },
        {
            "start": 1402587132,
            "stop": 1402587966
        },
        {
            "start": 1402587973,
            "stop": 1402588313
        },
        {
            "start": 1402588320,
            "stop": 1402594370
        },
        {
            "start": 1402594376,
            "stop": 1402600162
        },
        {
            "start": 1402600167,
            "stop": 1402601795
        },
        {
            "start": 1402601798,
            "stop": 1402605463
        },
        {
            "start": 1402605470,
            "stop": 1402607389
        },
        {
            "start": 1402607396,
            "stop": 1402610062
        },
        {
            "start": 1402610068,
            "stop": 1402615379
        },
        {
            "start": 1402616608,
            "stop": 1402620026
        },
        {
            "start": 1402620032,
            "stop": 1402621059
        },
        {
            "start": 1402621064,
            "stop": 1402623444
        },
        {
            "start": 1402630742,
            "stop": 1402637317
        },
        {
            "start": 1402641940,
            "stop": 1402647004
        },
        {
            "start": 1402647011,
            "stop": 1402647186
        },
        {
            "start": 1402647193,
            "stop": 1402650087
        }
    ]
}