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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1841
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=1842",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1840",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1841,
    "results": [
        {
            "start": 964871791,
            "stop": 964872567
        },
        {
            "start": 964872569,
            "stop": 964875363
        },
        {
            "start": 964896252,
            "stop": 964896687
        },
        {
            "start": 964896688,
            "stop": 964897218
        },
        {
            "start": 964899836,
            "stop": 964902317
        },
        {
            "start": 964902318,
            "stop": 964906729
        },
        {
            "start": 964908255,
            "stop": 964908857
        },
        {
            "start": 964908858,
            "stop": 964919851
        },
        {
            "start": 964920020,
            "stop": 964923650
        },
        {
            "start": 964923651,
            "stop": 964947771
        },
        {
            "start": 964948894,
            "stop": 964955069
        },
        {
            "start": 964955822,
            "stop": 964955858
        },
        {
            "start": 964956660,
            "stop": 964959018
        },
        {
            "start": 964990745,
            "stop": 964991846
        },
        {
            "start": 964991847,
            "stop": 964995036
        },
        {
            "start": 965007836,
            "stop": 965008998
        },
        {
            "start": 965013385,
            "stop": 965021472
        },
        {
            "start": 965021892,
            "stop": 965022268
        },
        {
            "start": 965024050,
            "stop": 965025158
        },
        {
            "start": 965027350,
            "stop": 965032425
        }
    ]
}