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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40783",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40784,
    "results": [
        {
            "start": 874999002,
            "stop": 874999015
        },
        {
            "start": 874999016,
            "stop": 874999084
        },
        {
            "start": 874999085,
            "stop": 874999102
        },
        {
            "start": 874999103,
            "stop": 874999166
        },
        {
            "start": 874999167,
            "stop": 874999250
        },
        {
            "start": 874999251,
            "stop": 874999287
        },
        {
            "start": 874999289,
            "stop": 874999301
        },
        {
            "start": 874999302,
            "stop": 874999385
        },
        {
            "start": 874999387,
            "stop": 874999420
        },
        {
            "start": 874999421,
            "stop": 874999468
        },
        {
            "start": 874999469,
            "stop": 874999553
        },
        {
            "start": 874999554,
            "stop": 874999573
        },
        {
            "start": 874999575,
            "stop": 874999622
        },
        {
            "start": 874999625,
            "stop": 874999652
        },
        {
            "start": 874999653,
            "stop": 874999663
        },
        {
            "start": 874999664,
            "stop": 874999695
        },
        {
            "start": 874999696,
            "stop": 874999705
        },
        {
            "start": 874999706,
            "stop": 874999771
        },
        {
            "start": 874999772,
            "stop": 874999822
        },
        {
            "start": 874999823,
            "stop": 874999826
        }
    ]
}