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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1678",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1676",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1677,
    "results": [
        {
            "start": 1248806281,
            "stop": 1248806625
        },
        {
            "start": 1248806628,
            "stop": 1248806644
        },
        {
            "start": 1248806646,
            "stop": 1248806649
        },
        {
            "start": 1248806652,
            "stop": 1248807912
        },
        {
            "start": 1248807915,
            "stop": 1248808729
        },
        {
            "start": 1248808732,
            "stop": 1248809285
        },
        {
            "start": 1248809288,
            "stop": 1248809839
        },
        {
            "start": 1248809842,
            "stop": 1248809935
        },
        {
            "start": 1248809938,
            "stop": 1248810301
        },
        {
            "start": 1248810304,
            "stop": 1248810314
        },
        {
            "start": 1248810316,
            "stop": 1248811196
        },
        {
            "start": 1248811199,
            "stop": 1248811561
        },
        {
            "start": 1248811564,
            "stop": 1248812190
        },
        {
            "start": 1248812193,
            "stop": 1248814319
        },
        {
            "start": 1248814321,
            "stop": 1248814325
        },
        {
            "start": 1248814327,
            "stop": 1248814333
        },
        {
            "start": 1248814336,
            "stop": 1248814631
        },
        {
            "start": 1248814634,
            "stop": 1248814641
        },
        {
            "start": 1248814644,
            "stop": 1248814650
        },
        {
            "start": 1248814653,
            "stop": 1248814662
        }
    ]
}