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=1727
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=1728",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1726",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1727,
    "results": [
        {
            "start": 1249220127,
            "stop": 1249220453
        },
        {
            "start": 1249220456,
            "stop": 1249222699
        },
        {
            "start": 1249222702,
            "stop": 1249222748
        },
        {
            "start": 1249222751,
            "stop": 1249223026
        },
        {
            "start": 1249223029,
            "stop": 1249223247
        },
        {
            "start": 1249223250,
            "stop": 1249223601
        },
        {
            "start": 1249223604,
            "stop": 1249224453
        },
        {
            "start": 1249224456,
            "stop": 1249225027
        },
        {
            "start": 1249225030,
            "stop": 1249225122
        },
        {
            "start": 1249225125,
            "stop": 1249225134
        },
        {
            "start": 1249225135,
            "stop": 1249225853
        },
        {
            "start": 1249225855,
            "stop": 1249226125
        },
        {
            "start": 1249226128,
            "stop": 1249226243
        },
        {
            "start": 1249226246,
            "stop": 1249226350
        },
        {
            "start": 1249226353,
            "stop": 1249226769
        },
        {
            "start": 1249226772,
            "stop": 1249226786
        },
        {
            "start": 1249226789,
            "stop": 1249226930
        },
        {
            "start": 1249226933,
            "stop": 1249227359
        },
        {
            "start": 1249227362,
            "stop": 1249227619
        },
        {
            "start": 1249227622,
            "stop": 1249227694
        }
    ]
}