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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=276",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 277,
    "results": [
        {
            "start": 866205110,
            "stop": 866206136
        },
        {
            "start": 866206139,
            "stop": 866206146
        },
        {
            "start": 866206149,
            "stop": 866206642
        },
        {
            "start": 866206645,
            "stop": 866207015
        },
        {
            "start": 866207018,
            "stop": 866207442
        },
        {
            "start": 866207445,
            "stop": 866207557
        },
        {
            "start": 866207560,
            "stop": 866207600
        },
        {
            "start": 866207603,
            "stop": 866207693
        },
        {
            "start": 866207696,
            "stop": 866207738
        },
        {
            "start": 866207741,
            "stop": 866207858
        },
        {
            "start": 866207861,
            "stop": 866207999
        },
        {
            "start": 866208002,
            "stop": 866208212
        },
        {
            "start": 866208215,
            "stop": 866208302
        },
        {
            "start": 866208305,
            "stop": 866208528
        },
        {
            "start": 866208531,
            "stop": 866208596
        },
        {
            "start": 866208599,
            "stop": 866208640
        },
        {
            "start": 866208643,
            "stop": 866208769
        },
        {
            "start": 866208772,
            "stop": 866208794
        },
        {
            "start": 866208797,
            "stop": 866208959
        },
        {
            "start": 866208962,
            "stop": 866209318
        }
    ]
}