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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=297",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 298,
    "results": [
        {
            "start": 869569832,
            "stop": 869569841
        },
        {
            "start": 869569862,
            "stop": 869569868
        },
        {
            "start": 869569879,
            "stop": 869569894
        },
        {
            "start": 869569900,
            "stop": 869569903
        },
        {
            "start": 869569919,
            "stop": 869569935
        },
        {
            "start": 869569941,
            "stop": 869569954
        },
        {
            "start": 869569961,
            "stop": 869570037
        },
        {
            "start": 869570048,
            "stop": 869570062
        },
        {
            "start": 869570067,
            "stop": 869570107
        },
        {
            "start": 869570115,
            "stop": 869570143
        },
        {
            "start": 869570149,
            "stop": 869570152
        },
        {
            "start": 869570166,
            "stop": 869570175
        },
        {
            "start": 869570189,
            "stop": 869570198
        },
        {
            "start": 869570210,
            "stop": 869570225
        },
        {
            "start": 869570233,
            "stop": 869570247
        },
        {
            "start": 869570256,
            "stop": 869570264
        },
        {
            "start": 869570279,
            "stop": 869570288
        },
        {
            "start": 869570298,
            "stop": 869570304
        },
        {
            "start": 869570320,
            "stop": 869570331
        },
        {
            "start": 869570344,
            "stop": 869570357
        }
    ]
}