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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1678",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1676",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1677,
    "results": [
        {
            "start": 957368431,
            "stop": 957370174
        },
        {
            "start": 957370176,
            "stop": 957373211
        },
        {
            "start": 957373213,
            "stop": 957373439
        },
        {
            "start": 957373441,
            "stop": 957376519
        },
        {
            "start": 957376521,
            "stop": 957376953
        },
        {
            "start": 957376955,
            "stop": 957380017
        },
        {
            "start": 957380019,
            "stop": 957380141
        },
        {
            "start": 957380143,
            "stop": 957380527
        },
        {
            "start": 957384509,
            "stop": 957386795
        },
        {
            "start": 957414702,
            "stop": 957416907
        },
        {
            "start": 957416909,
            "stop": 957417589
        },
        {
            "start": 957417591,
            "stop": 957417633
        },
        {
            "start": 957417635,
            "stop": 957417833
        },
        {
            "start": 957417835,
            "stop": 957418449
        },
        {
            "start": 957418451,
            "stop": 957419119
        },
        {
            "start": 957419121,
            "stop": 957419893
        },
        {
            "start": 957419895,
            "stop": 957421144
        },
        {
            "start": 957435574,
            "stop": 957438892
        },
        {
            "start": 957438893,
            "stop": 957439316
        },
        {
            "start": 957439318,
            "stop": 957440319
        }
    ]
}