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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=265",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 266,
    "results": [
        {
            "start": 855954887,
            "stop": 855954893
        },
        {
            "start": 855954911,
            "stop": 855954917
        },
        {
            "start": 855954925,
            "stop": 855954949
        },
        {
            "start": 855987146,
            "stop": 855987147
        },
        {
            "start": 856006144,
            "stop": 856006211
        },
        {
            "start": 856006215,
            "stop": 856006427
        },
        {
            "start": 856009275,
            "stop": 856009286
        },
        {
            "start": 856009295,
            "stop": 856009879
        },
        {
            "start": 856009889,
            "stop": 856022431
        },
        {
            "start": 856053671,
            "stop": 856061816
        },
        {
            "start": 856061820,
            "stop": 856067880
        },
        {
            "start": 856070598,
            "stop": 856075762
        },
        {
            "start": 856076306,
            "stop": 856105801
        },
        {
            "start": 856106848,
            "stop": 856127010
        },
        {
            "start": 856127160,
            "stop": 856127795
        },
        {
            "start": 856128417,
            "stop": 856131410
        },
        {
            "start": 856131554,
            "stop": 856132450
        },
        {
            "start": 856132641,
            "stop": 856133519
        },
        {
            "start": 856134515,
            "stop": 856135748
        },
        {
            "start": 856136218,
            "stop": 856142915
        }
    ]
}