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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7712",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7710",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7711,
    "results": [
        {
            "start": 971511918,
            "stop": 971511973
        },
        {
            "start": 971511977,
            "stop": 971511995
        },
        {
            "start": 971511998,
            "stop": 971512079
        },
        {
            "start": 971512082,
            "stop": 971512144
        },
        {
            "start": 971512147,
            "stop": 971512218
        },
        {
            "start": 971512222,
            "stop": 971512285
        },
        {
            "start": 971512288,
            "stop": 971512294
        },
        {
            "start": 971512297,
            "stop": 971512474
        },
        {
            "start": 971512477,
            "stop": 971512566
        },
        {
            "start": 971512569,
            "stop": 971512648
        },
        {
            "start": 971512651,
            "stop": 971512737
        },
        {
            "start": 971512740,
            "stop": 971512854
        },
        {
            "start": 971512857,
            "stop": 971512859
        },
        {
            "start": 971512862,
            "stop": 971512978
        },
        {
            "start": 971512981,
            "stop": 971512982
        },
        {
            "start": 971512985,
            "stop": 971513110
        },
        {
            "start": 971513114,
            "stop": 971513173
        },
        {
            "start": 971513176,
            "stop": 971513309
        },
        {
            "start": 971513312,
            "stop": 971513316
        },
        {
            "start": 971513319,
            "stop": 971513371
        }
    ]
}