Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1951
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=1952",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1950",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1951,
    "results": [
        {
            "start": 1252907698,
            "stop": 1252909882
        },
        {
            "start": 1252909890,
            "stop": 1252910071
        },
        {
            "start": 1252910074,
            "stop": 1252917646
        },
        {
            "start": 1252917649,
            "stop": 1252917789
        },
        {
            "start": 1252917791,
            "stop": 1252918120
        },
        {
            "start": 1252918123,
            "stop": 1252922274
        },
        {
            "start": 1252922277,
            "stop": 1252923403
        },
        {
            "start": 1252923411,
            "stop": 1252925850
        },
        {
            "start": 1252925853,
            "stop": 1252927291
        },
        {
            "start": 1252927294,
            "stop": 1252928481
        },
        {
            "start": 1252928484,
            "stop": 1252929347
        },
        {
            "start": 1252929348,
            "stop": 1252934239
        },
        {
            "start": 1252934242,
            "stop": 1252935884
        },
        {
            "start": 1252935887,
            "stop": 1252936422
        },
        {
            "start": 1252936425,
            "stop": 1252937757
        },
        {
            "start": 1252937760,
            "stop": 1252941178
        },
        {
            "start": 1252941181,
            "stop": 1252942655
        },
        {
            "start": 1252942658,
            "stop": 1252944016
        },
        {
            "start": 1252944018,
            "stop": 1252944400
        },
        {
            "start": 1252944403,
            "stop": 1252946763
        }
    ]
}