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=14149
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=14150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14148",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14149,
    "results": [
        {
            "start": 971164264,
            "stop": 971164267
        },
        {
            "start": 971164268,
            "stop": 971164270
        },
        {
            "start": 971164273,
            "stop": 971164275
        },
        {
            "start": 971164276,
            "stop": 971164280
        },
        {
            "start": 971164281,
            "stop": 971164283
        },
        {
            "start": 971164285,
            "stop": 971164290
        },
        {
            "start": 971164295,
            "stop": 971164300
        },
        {
            "start": 971164301,
            "stop": 971164302
        },
        {
            "start": 971164307,
            "stop": 971164309
        },
        {
            "start": 971164312,
            "stop": 971164313
        },
        {
            "start": 971164316,
            "stop": 971164317
        },
        {
            "start": 971164321,
            "stop": 971164322
        },
        {
            "start": 971164328,
            "stop": 971164329
        },
        {
            "start": 971164334,
            "stop": 971164335
        },
        {
            "start": 971164336,
            "stop": 971164338
        },
        {
            "start": 971164339,
            "stop": 971164340
        },
        {
            "start": 971164347,
            "stop": 971164348
        },
        {
            "start": 971164352,
            "stop": 971164354
        },
        {
            "start": 971164356,
            "stop": 971164357
        },
        {
            "start": 971164358,
            "stop": 971164359
        }
    ]
}