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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=73",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 74,
    "results": [
        {
            "start": 817869748,
            "stop": 817869753
        },
        {
            "start": 817869756,
            "stop": 817869763
        },
        {
            "start": 817869767,
            "stop": 817869802
        },
        {
            "start": 817869807,
            "stop": 817869864
        },
        {
            "start": 817869868,
            "stop": 817869900
        },
        {
            "start": 817869903,
            "stop": 817869904
        },
        {
            "start": 817869907,
            "stop": 817869964
        },
        {
            "start": 817869967,
            "stop": 817869971
        },
        {
            "start": 817869974,
            "stop": 817870038
        },
        {
            "start": 817870043,
            "stop": 817870054
        },
        {
            "start": 817870061,
            "stop": 817870081
        },
        {
            "start": 817870084,
            "stop": 817870398
        },
        {
            "start": 817870401,
            "stop": 817870464
        },
        {
            "start": 817870467,
            "stop": 817870476
        },
        {
            "start": 817870479,
            "stop": 817870584
        },
        {
            "start": 817870587,
            "stop": 817870588
        },
        {
            "start": 817870591,
            "stop": 817870592
        },
        {
            "start": 817870596,
            "stop": 817870604
        },
        {
            "start": 817870610,
            "stop": 817870619
        },
        {
            "start": 817870625,
            "stop": 817870628
        }
    ]
}