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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=249",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 250,
    "results": [
        {
            "start": 820936740,
            "stop": 820936912
        },
        {
            "start": 820936919,
            "stop": 820937144
        },
        {
            "start": 820937325,
            "stop": 820937369
        },
        {
            "start": 820937376,
            "stop": 820937439
        },
        {
            "start": 820937446,
            "stop": 820937510
        },
        {
            "start": 820937518,
            "stop": 820937977
        },
        {
            "start": 820937984,
            "stop": 820938055
        },
        {
            "start": 820938063,
            "stop": 820938120
        },
        {
            "start": 820938127,
            "stop": 820938566
        },
        {
            "start": 820938573,
            "stop": 820938644
        },
        {
            "start": 820938825,
            "stop": 820938960
        },
        {
            "start": 820939020,
            "stop": 820939250
        },
        {
            "start": 820939390,
            "stop": 820939478
        },
        {
            "start": 820939485,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939550
        },
        {
            "start": 820939630,
            "stop": 820939732
        },
        {
            "start": 820939739,
            "stop": 820939920
        },
        {
            "start": 820939980,
            "stop": 820940040
        },
        {
            "start": 820940100,
            "stop": 820940113
        },
        {
            "start": 820940415,
            "stop": 820940520
        }
    ]
}