Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=454
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=453",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 454,
    "results": [
        {
            "start": 860277722,
            "stop": 860280825
        },
        {
            "start": 860281934,
            "stop": 860282252
        },
        {
            "start": 860282513,
            "stop": 860318200
        },
        {
            "start": 860321027,
            "stop": 860328646
        },
        {
            "start": 860329951,
            "stop": 860332474
        },
        {
            "start": 860333677,
            "stop": 860337587
        },
        {
            "start": 860337589,
            "stop": 860342860
        },
        {
            "start": 860343077,
            "stop": 860344394
        },
        {
            "start": 860344395,
            "stop": 860359132
        },
        {
            "start": 860359348,
            "stop": 860363742
        },
        {
            "start": 860363744,
            "stop": 860369197
        },
        {
            "start": 860369236,
            "stop": 860370794
        },
        {
            "start": 860370796,
            "stop": 860400912
        },
        {
            "start": 860402369,
            "stop": 860410786
        },
        {
            "start": 860412346,
            "stop": 860412348
        },
        {
            "start": 860412367,
            "stop": 860412368
        },
        {
            "start": 860412373,
            "stop": 860412376
        },
        {
            "start": 860412379,
            "stop": 860412380
        },
        {
            "start": 860412385,
            "stop": 860412390
        },
        {
            "start": 860412395,
            "stop": 860412396
        }
    ]
}