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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6104",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6105,
    "results": [
        {
            "start": 874047337,
            "stop": 874047338
        },
        {
            "start": 874047343,
            "stop": 874047347
        },
        {
            "start": 874047350,
            "stop": 874047356
        },
        {
            "start": 874047359,
            "stop": 874047363
        },
        {
            "start": 874047368,
            "stop": 874047396
        },
        {
            "start": 874047399,
            "stop": 874047541
        },
        {
            "start": 874047544,
            "stop": 874047672
        },
        {
            "start": 874047674,
            "stop": 874047726
        },
        {
            "start": 874047729,
            "stop": 874047847
        },
        {
            "start": 874047850,
            "stop": 874047855
        },
        {
            "start": 874047858,
            "stop": 874048140
        },
        {
            "start": 874048141,
            "stop": 874048257
        },
        {
            "start": 874048260,
            "stop": 874048263
        },
        {
            "start": 874048266,
            "stop": 874048411
        },
        {
            "start": 874048414,
            "stop": 874048469
        },
        {
            "start": 874048472,
            "stop": 874048545
        },
        {
            "start": 874048549,
            "stop": 874048563
        },
        {
            "start": 874048566,
            "stop": 874048568
        },
        {
            "start": 874048571,
            "stop": 874048681
        },
        {
            "start": 874048684,
            "stop": 874048886
        }
    ]
}