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/S5/timelines/L1_BURST_CAT1/segments?format=api&page=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=288",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 289,
    "results": [
        {
            "start": 841418992,
            "stop": 841421411
        },
        {
            "start": 841421412,
            "stop": 841421555
        },
        {
            "start": 841421556,
            "stop": 841423590
        },
        {
            "start": 841423592,
            "stop": 841426531
        },
        {
            "start": 841426533,
            "stop": 841428058
        },
        {
            "start": 841428060,
            "stop": 841432621
        },
        {
            "start": 841432623,
            "stop": 841466616
        },
        {
            "start": 841467823,
            "stop": 841473558
        },
        {
            "start": 841474440,
            "stop": 841490811
        },
        {
            "start": 841490814,
            "stop": 841490883
        },
        {
            "start": 841494653,
            "stop": 841495613
        },
        {
            "start": 841495706,
            "stop": 841495782
        },
        {
            "start": 841496502,
            "stop": 841496945
        },
        {
            "start": 841500067,
            "stop": 841500244
        },
        {
            "start": 841543008,
            "stop": 841544876
        },
        {
            "start": 841544878,
            "stop": 841546131
        },
        {
            "start": 841546267,
            "stop": 841556262
        },
        {
            "start": 841559924,
            "stop": 841573636
        },
        {
            "start": 841574734,
            "stop": 841574744
        },
        {
            "start": 841574745,
            "stop": 841574795
        }
    ]
}