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=1723
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=1724",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1722",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1723,
    "results": [
        {
            "start": 1249184127,
            "stop": 1249184131
        },
        {
            "start": 1249184132,
            "stop": 1249184134
        },
        {
            "start": 1249184135,
            "stop": 1249184194
        },
        {
            "start": 1249184198,
            "stop": 1249184204
        },
        {
            "start": 1249184205,
            "stop": 1249184206
        },
        {
            "start": 1249184208,
            "stop": 1249184233
        },
        {
            "start": 1249184239,
            "stop": 1249184245
        },
        {
            "start": 1249184247,
            "stop": 1249184253
        },
        {
            "start": 1249184254,
            "stop": 1249184255
        },
        {
            "start": 1249184257,
            "stop": 1249184259
        },
        {
            "start": 1249184263,
            "stop": 1249184505
        },
        {
            "start": 1249184513,
            "stop": 1249184524
        },
        {
            "start": 1249196257,
            "stop": 1249196424
        },
        {
            "start": 1249196426,
            "stop": 1249196821
        },
        {
            "start": 1249196824,
            "stop": 1249196854
        },
        {
            "start": 1249196857,
            "stop": 1249196878
        },
        {
            "start": 1249196881,
            "stop": 1249197046
        },
        {
            "start": 1249197049,
            "stop": 1249197100
        },
        {
            "start": 1249197103,
            "stop": 1249197231
        },
        {
            "start": 1249197234,
            "stop": 1249197247
        }
    ]
}