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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7183",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7184,
    "results": [
        {
            "start": 874535225,
            "stop": 874535231
        },
        {
            "start": 874535232,
            "stop": 874535234
        },
        {
            "start": 874535235,
            "stop": 874535238
        },
        {
            "start": 874535239,
            "stop": 874535241
        },
        {
            "start": 874535242,
            "stop": 874535251
        },
        {
            "start": 874535252,
            "stop": 874535253
        },
        {
            "start": 874535255,
            "stop": 874535283
        },
        {
            "start": 874535285,
            "stop": 874535443
        },
        {
            "start": 874535444,
            "stop": 874535824
        },
        {
            "start": 874535825,
            "stop": 874536239
        },
        {
            "start": 874536539,
            "stop": 874536543
        },
        {
            "start": 874536544,
            "stop": 874536589
        },
        {
            "start": 874536590,
            "stop": 874536596
        },
        {
            "start": 874536597,
            "stop": 874536598
        },
        {
            "start": 874536600,
            "stop": 874536624
        },
        {
            "start": 874536734,
            "stop": 874536882
        },
        {
            "start": 874536883,
            "stop": 874536899
        },
        {
            "start": 874536900,
            "stop": 874536924
        },
        {
            "start": 874536925,
            "stop": 874536988
        },
        {
            "start": 874537511,
            "stop": 874537758
        }
    ]
}