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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=85",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 86,
    "results": [
        {
            "start": 931317125,
            "stop": 931317137
        },
        {
            "start": 931317150,
            "stop": 931317154
        },
        {
            "start": 931317160,
            "stop": 931317163
        },
        {
            "start": 931317165,
            "stop": 931317186
        },
        {
            "start": 931317189,
            "stop": 931317198
        },
        {
            "start": 931317202,
            "stop": 931317207
        },
        {
            "start": 931317211,
            "stop": 931317213
        },
        {
            "start": 931317218,
            "stop": 931317247
        },
        {
            "start": 931317249,
            "stop": 931317255
        },
        {
            "start": 931317260,
            "stop": 931317263
        },
        {
            "start": 931317267,
            "stop": 931317268
        },
        {
            "start": 931317270,
            "stop": 931317274
        },
        {
            "start": 931317277,
            "stop": 931317284
        },
        {
            "start": 931317289,
            "stop": 931317290
        },
        {
            "start": 931317291,
            "stop": 931317294
        },
        {
            "start": 931317297,
            "stop": 931317304
        },
        {
            "start": 931317307,
            "stop": 931317323
        },
        {
            "start": 931317325,
            "stop": 931317339
        },
        {
            "start": 931317341,
            "stop": 931317346
        },
        {
            "start": 931317350,
            "stop": 931317366
        }
    ]
}