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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=51",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 52,
    "results": [
        {
            "start": 931376295,
            "stop": 931376363
        },
        {
            "start": 931376382,
            "stop": 931376394
        },
        {
            "start": 931376411,
            "stop": 931376416
        },
        {
            "start": 931376453,
            "stop": 931376466
        },
        {
            "start": 931376488,
            "stop": 931376491
        },
        {
            "start": 931376509,
            "stop": 931376570
        },
        {
            "start": 931376690,
            "stop": 931376773
        },
        {
            "start": 931376792,
            "stop": 931376811
        },
        {
            "start": 931376829,
            "stop": 931376861
        },
        {
            "start": 931376878,
            "stop": 931376904
        },
        {
            "start": 931386256,
            "stop": 931386280
        },
        {
            "start": 931386298,
            "stop": 931386347
        },
        {
            "start": 931386349,
            "stop": 931386361
        },
        {
            "start": 931386365,
            "stop": 931386377
        },
        {
            "start": 931386379,
            "stop": 931386446
        },
        {
            "start": 931386449,
            "stop": 931386461
        },
        {
            "start": 931386464,
            "stop": 931386481
        },
        {
            "start": 931386484,
            "stop": 931386497
        },
        {
            "start": 931386499,
            "stop": 931386535
        },
        {
            "start": 931386539,
            "stop": 931386586
        }
    ]
}