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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 320,
    "results": [
        {
            "start": 1240595896,
            "stop": 1240595929
        },
        {
            "start": 1240595930,
            "stop": 1240595931
        },
        {
            "start": 1240595932,
            "stop": 1240596271
        },
        {
            "start": 1240596274,
            "stop": 1240596297
        },
        {
            "start": 1240596298,
            "stop": 1240596299
        },
        {
            "start": 1240596300,
            "stop": 1240596358
        },
        {
            "start": 1240596360,
            "stop": 1240596362
        },
        {
            "start": 1240596364,
            "stop": 1240596416
        },
        {
            "start": 1240596419,
            "stop": 1240596473
        },
        {
            "start": 1240596475,
            "stop": 1240596516
        },
        {
            "start": 1240596519,
            "stop": 1240596584
        },
        {
            "start": 1240596586,
            "stop": 1240596832
        },
        {
            "start": 1240596834,
            "stop": 1240596942
        },
        {
            "start": 1240596943,
            "stop": 1240596988
        },
        {
            "start": 1240596989,
            "stop": 1240597478
        },
        {
            "start": 1240597481,
            "stop": 1240597541
        },
        {
            "start": 1240597544,
            "stop": 1240598175
        },
        {
            "start": 1240598176,
            "stop": 1240598973
        },
        {
            "start": 1240598974,
            "stop": 1240598976
        },
        {
            "start": 1240598977,
            "stop": 1240599723
        }
    ]
}