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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5755",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5756,
    "results": [
        {
            "start": 874632514,
            "stop": 874632527
        },
        {
            "start": 874632531,
            "stop": 874632532
        },
        {
            "start": 874632535,
            "stop": 874632547
        },
        {
            "start": 874632551,
            "stop": 874632572
        },
        {
            "start": 874632575,
            "stop": 874632588
        },
        {
            "start": 874632593,
            "stop": 874632594
        },
        {
            "start": 874632597,
            "stop": 874632663
        },
        {
            "start": 874632666,
            "stop": 874632708
        },
        {
            "start": 874632712,
            "stop": 874632715
        },
        {
            "start": 874632721,
            "stop": 874632740
        },
        {
            "start": 874632744,
            "stop": 874632815
        },
        {
            "start": 874632818,
            "stop": 874632909
        },
        {
            "start": 874632912,
            "stop": 874633007
        },
        {
            "start": 874633010,
            "stop": 874633026
        },
        {
            "start": 874633029,
            "stop": 874633033
        },
        {
            "start": 874633036,
            "stop": 874633146
        },
        {
            "start": 874633149,
            "stop": 874633152
        },
        {
            "start": 874633155,
            "stop": 874633175
        },
        {
            "start": 874633179,
            "stop": 874633186
        },
        {
            "start": 874633189,
            "stop": 874633251
        }
    ]
}