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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=268",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 269,
    "results": [
        {
            "start": 931472109,
            "stop": 931472165
        },
        {
            "start": 931472167,
            "stop": 931472185
        },
        {
            "start": 931472191,
            "stop": 931472192
        },
        {
            "start": 931472197,
            "stop": 931472205
        },
        {
            "start": 931472208,
            "stop": 931472216
        },
        {
            "start": 931472218,
            "stop": 931472229
        },
        {
            "start": 931472231,
            "stop": 931472252
        },
        {
            "start": 931472254,
            "stop": 931472266
        },
        {
            "start": 931472268,
            "stop": 931472276
        },
        {
            "start": 931472287,
            "stop": 931472300
        },
        {
            "start": 931472302,
            "stop": 931472318
        },
        {
            "start": 931472320,
            "stop": 931472339
        },
        {
            "start": 931472341,
            "stop": 931472391
        },
        {
            "start": 931472397,
            "stop": 931472400
        },
        {
            "start": 931472402,
            "stop": 931472403
        },
        {
            "start": 931472405,
            "stop": 931472418
        },
        {
            "start": 931472420,
            "stop": 931472425
        },
        {
            "start": 931472427,
            "stop": 931472428
        },
        {
            "start": 931472431,
            "stop": 931472439
        },
        {
            "start": 931472440,
            "stop": 931472491
        }
    ]
}