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=740
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=741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=739",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 740,
    "results": [
        {
            "start": 866235642,
            "stop": 866235668
        },
        {
            "start": 866235671,
            "stop": 866235970
        },
        {
            "start": 866247325,
            "stop": 866259320
        },
        {
            "start": 866260639,
            "stop": 866260826
        },
        {
            "start": 866260958,
            "stop": 866289118
        },
        {
            "start": 866289174,
            "stop": 866300415
        },
        {
            "start": 866324019,
            "stop": 866325882
        },
        {
            "start": 866326608,
            "stop": 866333459
        },
        {
            "start": 866334498,
            "stop": 866338237
        },
        {
            "start": 866338873,
            "stop": 866351775
        },
        {
            "start": 866351778,
            "stop": 866351783
        },
        {
            "start": 866351786,
            "stop": 866352555
        },
        {
            "start": 866352557,
            "stop": 866352561
        },
        {
            "start": 866352565,
            "stop": 866352567
        },
        {
            "start": 866352569,
            "stop": 866353232
        },
        {
            "start": 866353243,
            "stop": 866353264
        },
        {
            "start": 866353268,
            "stop": 866353273
        },
        {
            "start": 866353282,
            "stop": 866353300
        },
        {
            "start": 866353308,
            "stop": 866353310
        },
        {
            "start": 866353344,
            "stop": 866353345
        }
    ]
}