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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=737",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 738,
    "results": [
        {
            "start": 871228560,
            "stop": 871233870
        },
        {
            "start": 871233930,
            "stop": 871234890
        },
        {
            "start": 871234950,
            "stop": 871236570
        },
        {
            "start": 871242473,
            "stop": 871243107
        },
        {
            "start": 871243112,
            "stop": 871243350
        },
        {
            "start": 871243410,
            "stop": 871243426
        },
        {
            "start": 871253049,
            "stop": 871257137
        },
        {
            "start": 871270578,
            "stop": 871272632
        },
        {
            "start": 871274331,
            "stop": 871277250
        },
        {
            "start": 871277310,
            "stop": 871277318
        },
        {
            "start": 871278281,
            "stop": 871289563
        },
        {
            "start": 871291268,
            "stop": 871291502
        },
        {
            "start": 871295976,
            "stop": 871300050
        },
        {
            "start": 871302161,
            "stop": 871312983
        },
        {
            "start": 871313815,
            "stop": 871319550
        },
        {
            "start": 871319610,
            "stop": 871320630
        },
        {
            "start": 871320704,
            "stop": 871329440
        },
        {
            "start": 871329840,
            "stop": 871330641
        },
        {
            "start": 871330647,
            "stop": 871335123
        },
        {
            "start": 871341249,
            "stop": 871349424
        }
    ]
}