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/H1_BURST_CAT3E/segments?format=api&page=40857
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40856",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40857,
    "results": [
        {
            "start": 875050445,
            "stop": 875050446
        },
        {
            "start": 875050447,
            "stop": 875050463
        },
        {
            "start": 875050464,
            "stop": 875050481
        },
        {
            "start": 875050482,
            "stop": 875050496
        },
        {
            "start": 875050497,
            "stop": 875050534
        },
        {
            "start": 875050535,
            "stop": 875050554
        },
        {
            "start": 875050555,
            "stop": 875050565
        },
        {
            "start": 875050567,
            "stop": 875050574
        },
        {
            "start": 875050576,
            "stop": 875050605
        },
        {
            "start": 875050607,
            "stop": 875050609
        },
        {
            "start": 875050610,
            "stop": 875050627
        },
        {
            "start": 875050629,
            "stop": 875050739
        },
        {
            "start": 875050741,
            "stop": 875050762
        },
        {
            "start": 875050764,
            "stop": 875050783
        },
        {
            "start": 875050787,
            "stop": 875050790
        },
        {
            "start": 875050791,
            "stop": 875050800
        },
        {
            "start": 875050801,
            "stop": 875050819
        },
        {
            "start": 875050820,
            "stop": 875050874
        },
        {
            "start": 875050875,
            "stop": 875050886
        },
        {
            "start": 875050887,
            "stop": 875050906
        }
    ]
}