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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=61",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 62,
    "results": [
        {
            "start": 816470019,
            "stop": 816470265
        },
        {
            "start": 816470270,
            "stop": 816470273
        },
        {
            "start": 816470302,
            "stop": 816470303
        },
        {
            "start": 816470310,
            "stop": 816470538
        },
        {
            "start": 816470542,
            "stop": 816470546
        },
        {
            "start": 816470550,
            "stop": 816470554
        },
        {
            "start": 816470559,
            "stop": 816470569
        },
        {
            "start": 816470578,
            "stop": 816470646
        },
        {
            "start": 816470649,
            "stop": 816470803
        },
        {
            "start": 816470806,
            "stop": 816470867
        },
        {
            "start": 816470874,
            "stop": 816470891
        },
        {
            "start": 816470894,
            "stop": 816470962
        },
        {
            "start": 816470967,
            "stop": 816470978
        },
        {
            "start": 816470982,
            "stop": 816470994
        },
        {
            "start": 816471000,
            "stop": 816471086
        },
        {
            "start": 816471089,
            "stop": 816471093
        },
        {
            "start": 816471098,
            "stop": 816471110
        },
        {
            "start": 816471115,
            "stop": 816471118
        },
        {
            "start": 816471122,
            "stop": 816471355
        },
        {
            "start": 816471360,
            "stop": 816471363
        }
    ]
}