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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=18",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 19,
    "results": [
        {
            "start": 931134740,
            "stop": 931134759
        },
        {
            "start": 931134780,
            "stop": 931134787
        },
        {
            "start": 931134830,
            "stop": 931134844
        },
        {
            "start": 931134846,
            "stop": 931134849
        },
        {
            "start": 931134866,
            "stop": 931134894
        },
        {
            "start": 931134896,
            "stop": 931134927
        },
        {
            "start": 931134929,
            "stop": 931134961
        },
        {
            "start": 931134984,
            "stop": 931134990
        },
        {
            "start": 931135107,
            "stop": 931135125
        },
        {
            "start": 931135167,
            "stop": 931135186
        },
        {
            "start": 931135203,
            "stop": 931135209
        },
        {
            "start": 931135226,
            "stop": 931135232
        },
        {
            "start": 931135367,
            "stop": 931135381
        },
        {
            "start": 931135398,
            "stop": 931135405
        },
        {
            "start": 931135529,
            "stop": 931135563
        },
        {
            "start": 931135602,
            "stop": 931135646
        },
        {
            "start": 931135701,
            "stop": 931135743
        },
        {
            "start": 931135760,
            "stop": 931135775
        },
        {
            "start": 931135806,
            "stop": 931135866
        },
        {
            "start": 931135872,
            "stop": 931135910
        }
    ]
}