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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=532",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 533,
    "results": [
        {
            "start": 1184919094,
            "stop": 1184919304
        },
        {
            "start": 1184919306,
            "stop": 1184919315
        },
        {
            "start": 1184919324,
            "stop": 1184919325
        },
        {
            "start": 1184919327,
            "stop": 1184919485
        },
        {
            "start": 1184919487,
            "stop": 1184919570
        },
        {
            "start": 1184919575,
            "stop": 1184919588
        },
        {
            "start": 1184919603,
            "stop": 1184919605
        },
        {
            "start": 1184919610,
            "stop": 1184919823
        },
        {
            "start": 1184919830,
            "stop": 1184920003
        },
        {
            "start": 1184920006,
            "stop": 1184920523
        },
        {
            "start": 1184920525,
            "stop": 1184920774
        },
        {
            "start": 1184920776,
            "stop": 1184920777
        },
        {
            "start": 1184920782,
            "stop": 1184920783
        },
        {
            "start": 1184920786,
            "stop": 1184920813
        },
        {
            "start": 1184920844,
            "stop": 1184920846
        },
        {
            "start": 1184920848,
            "stop": 1184921218
        },
        {
            "start": 1184921220,
            "stop": 1184921227
        },
        {
            "start": 1184921229,
            "stop": 1184921233
        },
        {
            "start": 1184921237,
            "stop": 1184921242
        },
        {
            "start": 1184921244,
            "stop": 1184921249
        }
    ]
}