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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=736",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=734",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 735,
    "results": [
        {
            "start": 1267649271,
            "stop": 1267662178
        },
        {
            "start": 1267662186,
            "stop": 1267662314
        },
        {
            "start": 1267662317,
            "stop": 1267662803
        },
        {
            "start": 1267662806,
            "stop": 1267667570
        },
        {
            "start": 1267667573,
            "stop": 1267670127
        },
        {
            "start": 1267670130,
            "stop": 1267670873
        },
        {
            "start": 1267670876,
            "stop": 1267674611
        },
        {
            "start": 1267674614,
            "stop": 1267678143
        },
        {
            "start": 1267678146,
            "stop": 1267679612
        },
        {
            "start": 1267679615,
            "stop": 1267683038
        },
        {
            "start": 1267683041,
            "stop": 1267683717
        },
        {
            "start": 1267683720,
            "stop": 1267684510
        },
        {
            "start": 1267684513,
            "stop": 1267686628
        },
        {
            "start": 1267686631,
            "stop": 1267687408
        },
        {
            "start": 1267687411,
            "stop": 1267689415
        },
        {
            "start": 1267689418,
            "stop": 1267690439
        },
        {
            "start": 1267690443,
            "stop": 1267692975
        },
        {
            "start": 1267692978,
            "stop": 1267696357
        },
        {
            "start": 1267696360,
            "stop": 1267699976
        },
        {
            "start": 1267699979,
            "stop": 1267701041
        }
    ]
}