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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=945",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 946,
    "results": [
        {
            "start": 870898798,
            "stop": 870899218
        },
        {
            "start": 870899555,
            "stop": 870899615
        },
        {
            "start": 870899803,
            "stop": 870899863
        },
        {
            "start": 870899893,
            "stop": 870901153
        },
        {
            "start": 870901243,
            "stop": 870902683
        },
        {
            "start": 870902713,
            "stop": 870903643
        },
        {
            "start": 870903813,
            "stop": 870904503
        },
        {
            "start": 870904533,
            "stop": 870904653
        },
        {
            "start": 870904683,
            "stop": 870904743
        },
        {
            "start": 870904833,
            "stop": 870905853
        },
        {
            "start": 870907068,
            "stop": 870907488
        },
        {
            "start": 870907735,
            "stop": 870908365
        },
        {
            "start": 870908395,
            "stop": 870908665
        },
        {
            "start": 870908846,
            "stop": 870909386
        },
        {
            "start": 870909416,
            "stop": 870909776
        },
        {
            "start": 870909934,
            "stop": 870913654
        },
        {
            "start": 870913800,
            "stop": 870914160
        },
        {
            "start": 870914305,
            "stop": 870914845
        },
        {
            "start": 870915013,
            "stop": 870916213
        },
        {
            "start": 870916501,
            "stop": 870916621
        }
    ]
}