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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 141,
    "results": [
        {
            "start": 1239689039,
            "stop": 1239689061
        },
        {
            "start": 1239689062,
            "stop": 1239689156
        },
        {
            "start": 1239689157,
            "stop": 1239689298
        },
        {
            "start": 1239689299,
            "stop": 1239689498
        },
        {
            "start": 1239689500,
            "stop": 1239689731
        },
        {
            "start": 1239689732,
            "stop": 1239690242
        },
        {
            "start": 1239690243,
            "stop": 1239691504
        },
        {
            "start": 1239691506,
            "stop": 1239692283
        },
        {
            "start": 1239692286,
            "stop": 1239693154
        },
        {
            "start": 1239693155,
            "stop": 1239693421
        },
        {
            "start": 1239693422,
            "stop": 1239693896
        },
        {
            "start": 1239693899,
            "stop": 1239694674
        },
        {
            "start": 1239694675,
            "stop": 1239694732
        },
        {
            "start": 1239694734,
            "stop": 1239695148
        },
        {
            "start": 1239695149,
            "stop": 1239695208
        },
        {
            "start": 1239695210,
            "stop": 1239695646
        },
        {
            "start": 1239695647,
            "stop": 1239695955
        },
        {
            "start": 1239695957,
            "stop": 1239696604
        },
        {
            "start": 1239696606,
            "stop": 1239697004
        },
        {
            "start": 1239697006,
            "stop": 1239697528
        }
    ]
}