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=14121
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=14122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14120",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14121,
    "results": [
        {
            "start": 971161319,
            "stop": 971161327
        },
        {
            "start": 971161333,
            "stop": 971161337
        },
        {
            "start": 971161339,
            "stop": 971161344
        },
        {
            "start": 971161346,
            "stop": 971161348
        },
        {
            "start": 971161350,
            "stop": 971161351
        },
        {
            "start": 971161354,
            "stop": 971161357
        },
        {
            "start": 971161361,
            "stop": 971161369
        },
        {
            "start": 971161373,
            "stop": 971161375
        },
        {
            "start": 971161378,
            "stop": 971161381
        },
        {
            "start": 971161383,
            "stop": 971161384
        },
        {
            "start": 971161386,
            "stop": 971161387
        },
        {
            "start": 971161393,
            "stop": 971161394
        },
        {
            "start": 971161396,
            "stop": 971161397
        },
        {
            "start": 971161399,
            "stop": 971161401
        },
        {
            "start": 971161403,
            "stop": 971161404
        },
        {
            "start": 971161405,
            "stop": 971161407
        },
        {
            "start": 971161408,
            "stop": 971161411
        },
        {
            "start": 971161412,
            "stop": 971161414
        },
        {
            "start": 971161415,
            "stop": 971161416
        },
        {
            "start": 971161417,
            "stop": 971161420
        }
    ]
}