Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 121,
    "results": [
        {
            "start": 817869786,
            "stop": 817869802
        },
        {
            "start": 817869807,
            "stop": 817869825
        },
        {
            "start": 817869828,
            "stop": 817869839
        },
        {
            "start": 817869846,
            "stop": 817869864
        },
        {
            "start": 817869868,
            "stop": 817869900
        },
        {
            "start": 817869909,
            "stop": 817869916
        },
        {
            "start": 817869920,
            "stop": 817869959
        },
        {
            "start": 817869969,
            "stop": 817869971
        },
        {
            "start": 817869974,
            "stop": 817869997
        },
        {
            "start": 817870001,
            "stop": 817870030
        },
        {
            "start": 817870033,
            "stop": 817870038
        },
        {
            "start": 817870043,
            "stop": 817870054
        },
        {
            "start": 817870061,
            "stop": 817870062
        },
        {
            "start": 817870065,
            "stop": 817870080
        },
        {
            "start": 817870084,
            "stop": 817870127
        },
        {
            "start": 817870130,
            "stop": 817870159
        },
        {
            "start": 817870163,
            "stop": 817870221
        },
        {
            "start": 817870226,
            "stop": 817870281
        },
        {
            "start": 817870284,
            "stop": 817870308
        },
        {
            "start": 817870313,
            "stop": 817870315
        }
    ]
}