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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9102",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9103,
    "results": [
        {
            "start": 874801745,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802947
        },
        {
            "start": 874802968,
            "stop": 874803047
        },
        {
            "start": 874803066,
            "stop": 874803125
        },
        {
            "start": 874803151,
            "stop": 874803160
        },
        {
            "start": 874803180,
            "stop": 874803234
        },
        {
            "start": 874803253,
            "stop": 874803255
        },
        {
            "start": 874803296,
            "stop": 874803316
        },
        {
            "start": 874803362,
            "stop": 874803486
        },
        {
            "start": 874803505,
            "stop": 874803508
        },
        {
            "start": 874803525,
            "stop": 874803777
        },
        {
            "start": 874803796,
            "stop": 874803804
        },
        {
            "start": 874803859,
            "stop": 874803898
        },
        {
            "start": 874803917,
            "stop": 874804011
        },
        {
            "start": 874804031,
            "stop": 874804069
        },
        {
            "start": 874804088,
            "stop": 874804184
        },
        {
            "start": 874804206,
            "stop": 874804479
        },
        {
            "start": 874804499,
            "stop": 874804707
        },
        {
            "start": 874804734,
            "stop": 874804914
        },
        {
            "start": 874804934,
            "stop": 874805237
        }
    ]
}