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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=276",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 277,
    "results": [
        {
            "start": 821571236,
            "stop": 821571311
        },
        {
            "start": 821571326,
            "stop": 821571482
        },
        {
            "start": 821571490,
            "stop": 821571614
        },
        {
            "start": 821571621,
            "stop": 821571636
        },
        {
            "start": 821571648,
            "stop": 821571734
        },
        {
            "start": 821571748,
            "stop": 821571798
        },
        {
            "start": 821571805,
            "stop": 821572011
        },
        {
            "start": 821572024,
            "stop": 821572246
        },
        {
            "start": 821572254,
            "stop": 821572282
        },
        {
            "start": 821572295,
            "stop": 821572343
        },
        {
            "start": 821572350,
            "stop": 821572407
        },
        {
            "start": 821572415,
            "stop": 821572453
        },
        {
            "start": 821572460,
            "stop": 821572480
        },
        {
            "start": 821572488,
            "stop": 821572551
        },
        {
            "start": 821572559,
            "stop": 821572752
        },
        {
            "start": 821572759,
            "stop": 821572765
        },
        {
            "start": 821572772,
            "stop": 821572786
        },
        {
            "start": 821572793,
            "stop": 821572859
        },
        {
            "start": 821572866,
            "stop": 821572943
        },
        {
            "start": 821572950,
            "stop": 821573090
        }
    ]
}