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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=327",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 328,
    "results": [
        {
            "start": 1240624416,
            "stop": 1240624732
        },
        {
            "start": 1240624733,
            "stop": 1240624827
        },
        {
            "start": 1240624829,
            "stop": 1240624846
        },
        {
            "start": 1240624847,
            "stop": 1240624998
        },
        {
            "start": 1240624999,
            "stop": 1240625065
        },
        {
            "start": 1240625066,
            "stop": 1240625176
        },
        {
            "start": 1240625177,
            "stop": 1240625178
        },
        {
            "start": 1240625179,
            "stop": 1240625193
        },
        {
            "start": 1240625194,
            "stop": 1240625432
        },
        {
            "start": 1240625433,
            "stop": 1240625612
        },
        {
            "start": 1240625614,
            "stop": 1240625625
        },
        {
            "start": 1240625627,
            "stop": 1240625748
        },
        {
            "start": 1240625749,
            "stop": 1240625790
        },
        {
            "start": 1240625792,
            "stop": 1240625997
        },
        {
            "start": 1240625998,
            "stop": 1240626009
        },
        {
            "start": 1240626010,
            "stop": 1240626102
        },
        {
            "start": 1240626103,
            "stop": 1240626127
        },
        {
            "start": 1240626128,
            "stop": 1240626265
        },
        {
            "start": 1240626267,
            "stop": 1240626317
        },
        {
            "start": 1240626318,
            "stop": 1240626339
        }
    ]
}