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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=156",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 157,
    "results": [
        {
            "start": 931421990,
            "stop": 931421992
        },
        {
            "start": 931421994,
            "stop": 931422015
        },
        {
            "start": 931422017,
            "stop": 931422029
        },
        {
            "start": 931422031,
            "stop": 931422032
        },
        {
            "start": 931422034,
            "stop": 931422054
        },
        {
            "start": 931422056,
            "stop": 931422058
        },
        {
            "start": 931422060,
            "stop": 931422074
        },
        {
            "start": 931422076,
            "stop": 931422077
        },
        {
            "start": 931422079,
            "stop": 931422085
        },
        {
            "start": 931422102,
            "stop": 931422120
        },
        {
            "start": 931422122,
            "stop": 931422153
        },
        {
            "start": 931422155,
            "stop": 931422161
        },
        {
            "start": 931422164,
            "stop": 931422166
        },
        {
            "start": 931422168,
            "stop": 931422186
        },
        {
            "start": 931422191,
            "stop": 931422202
        },
        {
            "start": 931422204,
            "stop": 931422206
        },
        {
            "start": 931422208,
            "stop": 931422226
        },
        {
            "start": 931422232,
            "stop": 931422255
        },
        {
            "start": 931422257,
            "stop": 931422272
        },
        {
            "start": 931422275,
            "stop": 931422302
        }
    ]
}