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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=83",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 84,
    "results": [
        {
            "start": 817995450,
            "stop": 817995452
        },
        {
            "start": 817995460,
            "stop": 817995469
        },
        {
            "start": 818049731,
            "stop": 818049800
        },
        {
            "start": 818049803,
            "stop": 818049820
        },
        {
            "start": 818049823,
            "stop": 818049904
        },
        {
            "start": 818049907,
            "stop": 818049918
        },
        {
            "start": 818049921,
            "stop": 818049951
        },
        {
            "start": 818049957,
            "stop": 818049958
        },
        {
            "start": 818049961,
            "stop": 818050008
        },
        {
            "start": 818050011,
            "stop": 818050015
        },
        {
            "start": 818050018,
            "stop": 818050036
        },
        {
            "start": 818050043,
            "stop": 818050140
        },
        {
            "start": 818050143,
            "stop": 818050173
        },
        {
            "start": 818050176,
            "stop": 818050180
        },
        {
            "start": 818050183,
            "stop": 818050204
        },
        {
            "start": 818050207,
            "stop": 818050239
        },
        {
            "start": 818050242,
            "stop": 818050254
        },
        {
            "start": 818050257,
            "stop": 818050260
        },
        {
            "start": 818050263,
            "stop": 818050279
        },
        {
            "start": 818050282,
            "stop": 818050327
        }
    ]
}