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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=34",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 35,
    "results": [
        {
            "start": 818449992,
            "stop": 818450271
        },
        {
            "start": 818450274,
            "stop": 818450344
        },
        {
            "start": 818450347,
            "stop": 818450431
        },
        {
            "start": 818450434,
            "stop": 818450511
        },
        {
            "start": 818450514,
            "stop": 818454100
        },
        {
            "start": 818454420,
            "stop": 818455630
        },
        {
            "start": 818456030,
            "stop": 818457133
        },
        {
            "start": 818457868,
            "stop": 818459748
        },
        {
            "start": 818462871,
            "stop": 818464128
        },
        {
            "start": 818464131,
            "stop": 818464159
        },
        {
            "start": 818464162,
            "stop": 818464270
        },
        {
            "start": 818464273,
            "stop": 818464350
        },
        {
            "start": 818464353,
            "stop": 818464420
        },
        {
            "start": 818464423,
            "stop": 818464508
        },
        {
            "start": 818464511,
            "stop": 818479335
        },
        {
            "start": 818484505,
            "stop": 818484649
        },
        {
            "start": 818485049,
            "stop": 818507471
        },
        {
            "start": 818507472,
            "stop": 818511506
        },
        {
            "start": 818511508,
            "stop": 818515502
        },
        {
            "start": 818515504,
            "stop": 818517461
        }
    ]
}