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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14157",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14158,
    "results": [
        {
            "start": 971165214,
            "stop": 971165215
        },
        {
            "start": 971165216,
            "stop": 971165217
        },
        {
            "start": 971165219,
            "stop": 971165221
        },
        {
            "start": 971165223,
            "stop": 971165228
        },
        {
            "start": 971165232,
            "stop": 971165233
        },
        {
            "start": 971165236,
            "stop": 971165240
        },
        {
            "start": 971165242,
            "stop": 971165250
        },
        {
            "start": 971165259,
            "stop": 971165262
        },
        {
            "start": 971165265,
            "stop": 971165267
        },
        {
            "start": 971165268,
            "stop": 971165271
        },
        {
            "start": 971165274,
            "stop": 971165275
        },
        {
            "start": 971165276,
            "stop": 971165279
        },
        {
            "start": 971165282,
            "stop": 971165285
        },
        {
            "start": 971165287,
            "stop": 971165288
        },
        {
            "start": 971165289,
            "stop": 971165290
        },
        {
            "start": 971165293,
            "stop": 971165294
        },
        {
            "start": 971165297,
            "stop": 971165300
        },
        {
            "start": 971165302,
            "stop": 971165306
        },
        {
            "start": 971165312,
            "stop": 971165314
        },
        {
            "start": 971165318,
            "stop": 971165320
        }
    ]
}