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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 109,
    "results": [
        {
            "start": 1126603405,
            "stop": 1126603425
        },
        {
            "start": 1126603426,
            "stop": 1126603725
        },
        {
            "start": 1126603726,
            "stop": 1126603780
        },
        {
            "start": 1126603781,
            "stop": 1126603796
        },
        {
            "start": 1126603798,
            "stop": 1126603973
        },
        {
            "start": 1126603975,
            "stop": 1126604086
        },
        {
            "start": 1126604088,
            "stop": 1126604093
        },
        {
            "start": 1126604095,
            "stop": 1126604100
        },
        {
            "start": 1126604101,
            "stop": 1126604104
        },
        {
            "start": 1126604109,
            "stop": 1126604112
        },
        {
            "start": 1126611508,
            "stop": 1126611561
        },
        {
            "start": 1126611562,
            "stop": 1126611617
        },
        {
            "start": 1126611618,
            "stop": 1126611746
        },
        {
            "start": 1126611747,
            "stop": 1126611839
        },
        {
            "start": 1126611840,
            "stop": 1126611884
        },
        {
            "start": 1126611885,
            "stop": 1126612166
        },
        {
            "start": 1126612167,
            "stop": 1126612444
        },
        {
            "start": 1126612446,
            "stop": 1126612738
        },
        {
            "start": 1126612740,
            "stop": 1126613087
        },
        {
            "start": 1126613089,
            "stop": 1126613091
        }
    ]
}