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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1837",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1835",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1836,
    "results": [
        {
            "start": 964231170,
            "stop": 964234879
        },
        {
            "start": 964234880,
            "stop": 964259448
        },
        {
            "start": 964260354,
            "stop": 964262641
        },
        {
            "start": 964264348,
            "stop": 964264842
        },
        {
            "start": 964266901,
            "stop": 964266973
        },
        {
            "start": 964313128,
            "stop": 964317346
        },
        {
            "start": 964317347,
            "stop": 964317986
        },
        {
            "start": 964318957,
            "stop": 964321377
        },
        {
            "start": 964321378,
            "stop": 964321526
        },
        {
            "start": 964323231,
            "stop": 964323959
        },
        {
            "start": 964325017,
            "stop": 964329085
        },
        {
            "start": 964330525,
            "stop": 964331971
        },
        {
            "start": 964331972,
            "stop": 964343136
        },
        {
            "start": 964401260,
            "stop": 964404403
        },
        {
            "start": 964405223,
            "stop": 964408180
        },
        {
            "start": 964409043,
            "stop": 964409775
        },
        {
            "start": 964409776,
            "stop": 964410110
        },
        {
            "start": 964410111,
            "stop": 964411141
        },
        {
            "start": 964411953,
            "stop": 964412581
        },
        {
            "start": 964414166,
            "stop": 964429415
        }
    ]
}