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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=315",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 316,
    "results": [
        {
            "start": 870716675,
            "stop": 870788333
        },
        {
            "start": 870788922,
            "stop": 870805970
        },
        {
            "start": 870805971,
            "stop": 870813933
        },
        {
            "start": 870815025,
            "stop": 870815170
        },
        {
            "start": 870816411,
            "stop": 870824925
        },
        {
            "start": 870825568,
            "stop": 870891384
        },
        {
            "start": 870892675,
            "stop": 870905921
        },
        {
            "start": 870906953,
            "stop": 870939886
        },
        {
            "start": 870941887,
            "stop": 870956280
        },
        {
            "start": 870961222,
            "stop": 870980976
        },
        {
            "start": 870982071,
            "stop": 870991893
        },
        {
            "start": 870992434,
            "stop": 871061206
        },
        {
            "start": 871062429,
            "stop": 871075815
        },
        {
            "start": 871076900,
            "stop": 871105544
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871156398,
            "stop": 871158628
        },
        {
            "start": 871158631,
            "stop": 871163702
        },
        {
            "start": 871166621,
            "stop": 871175398
        },
        {
            "start": 871189562,
            "stop": 871236610
        },
        {
            "start": 871242473,
            "stop": 871243407
        }
    ]
}