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=14215
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=14216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14214",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14215,
    "results": [
        {
            "start": 971171300,
            "stop": 971171301
        },
        {
            "start": 971171302,
            "stop": 971171311
        },
        {
            "start": 971171323,
            "stop": 971171324
        },
        {
            "start": 971171326,
            "stop": 971171327
        },
        {
            "start": 971171328,
            "stop": 971171329
        },
        {
            "start": 971171333,
            "stop": 971171334
        },
        {
            "start": 971171336,
            "stop": 971171337
        },
        {
            "start": 971171341,
            "stop": 971171345
        },
        {
            "start": 971171346,
            "stop": 971171348
        },
        {
            "start": 971171351,
            "stop": 971171353
        },
        {
            "start": 971171356,
            "stop": 971171358
        },
        {
            "start": 971171359,
            "stop": 971171360
        },
        {
            "start": 971171361,
            "stop": 971171362
        },
        {
            "start": 971171366,
            "stop": 971171367
        },
        {
            "start": 971171368,
            "stop": 971171374
        },
        {
            "start": 971171377,
            "stop": 971171378
        },
        {
            "start": 971171379,
            "stop": 971171380
        },
        {
            "start": 971171387,
            "stop": 971171390
        },
        {
            "start": 971171391,
            "stop": 971171392
        },
        {
            "start": 971171394,
            "stop": 971171395
        }
    ]
}