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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=277",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 278,
    "results": [
        {
            "start": 866209321,
            "stop": 866209341
        },
        {
            "start": 866209344,
            "stop": 866209393
        },
        {
            "start": 866209396,
            "stop": 866209399
        },
        {
            "start": 866209402,
            "stop": 866209476
        },
        {
            "start": 866209480,
            "stop": 866209495
        },
        {
            "start": 866209498,
            "stop": 866209511
        },
        {
            "start": 866209514,
            "stop": 866209549
        },
        {
            "start": 866209552,
            "stop": 866209589
        },
        {
            "start": 866209592,
            "stop": 866209788
        },
        {
            "start": 866209791,
            "stop": 866209817
        },
        {
            "start": 866209820,
            "stop": 866209827
        },
        {
            "start": 866209830,
            "stop": 866209838
        },
        {
            "start": 866209841,
            "stop": 866209879
        },
        {
            "start": 866209882,
            "stop": 866209884
        },
        {
            "start": 866209887,
            "stop": 866209916
        },
        {
            "start": 866211318,
            "stop": 866212467
        },
        {
            "start": 866212470,
            "stop": 866212902
        },
        {
            "start": 866212905,
            "stop": 866212927
        },
        {
            "start": 866212930,
            "stop": 866213034
        },
        {
            "start": 866213037,
            "stop": 866213044
        }
    ]
}