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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=252",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 253,
    "results": [
        {
            "start": 845580026,
            "stop": 845585749
        },
        {
            "start": 845585859,
            "stop": 845585988
        },
        {
            "start": 845586288,
            "stop": 845587298
        },
        {
            "start": 845588092,
            "stop": 845588468
        },
        {
            "start": 845589185,
            "stop": 845589326
        },
        {
            "start": 845589626,
            "stop": 845590632
        },
        {
            "start": 845591557,
            "stop": 845636106
        },
        {
            "start": 845636406,
            "stop": 845643493
        },
        {
            "start": 845643501,
            "stop": 845643503
        },
        {
            "start": 845643601,
            "stop": 845657694
        },
        {
            "start": 845657804,
            "stop": 845658472
        },
        {
            "start": 845658772,
            "stop": 845659333
        },
        {
            "start": 845659355,
            "stop": 845659356
        },
        {
            "start": 845659511,
            "stop": 845665626
        },
        {
            "start": 845665958,
            "stop": 845667876
        },
        {
            "start": 845671082,
            "stop": 845673888
        },
        {
            "start": 845676226,
            "stop": 845676949
        },
        {
            "start": 845676950,
            "stop": 845676956
        },
        {
            "start": 845676958,
            "stop": 845688452
        },
        {
            "start": 845688562,
            "stop": 845688703
        }
    ]
}