Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=9",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 10,
    "results": [
        {
            "start": 815929698,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        },
        {
            "start": 815945600,
            "stop": 815946920
        },
        {
            "start": 815946923,
            "stop": 815950834
        },
        {
            "start": 815950835,
            "stop": 815959604
        },
        {
            "start": 815961820,
            "stop": 815965885
        },
        {
            "start": 815965888,
            "stop": 815974257
        },
        {
            "start": 815974260,
            "stop": 815988433
        },
        {
            "start": 815990222,
            "stop": 815991982
        },
        {
            "start": 815991985,
            "stop": 815997949
        },
        {
            "start": 815997952,
            "stop": 815999302
        },
        {
            "start": 815999744,
            "stop": 816005653
        },
        {
            "start": 816005656,
            "stop": 816007893
        },
        {
            "start": 816007896,
            "stop": 816011873
        },
        {
            "start": 816011876,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816037609
        },
        {
            "start": 816039940,
            "stop": 816040153
        },
        {
            "start": 816052114,
            "stop": 816055237
        }
    ]
}