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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=83",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 84,
    "results": [
        {
            "start": 958403641,
            "stop": 958407977
        },
        {
            "start": 958411544,
            "stop": 958421913
        },
        {
            "start": 958426193,
            "stop": 958429563
        },
        {
            "start": 958431662,
            "stop": 958433949
        },
        {
            "start": 958440367,
            "stop": 958444327
        },
        {
            "start": 958446560,
            "stop": 958448927
        },
        {
            "start": 958452736,
            "stop": 958492352
        },
        {
            "start": 958492721,
            "stop": 958503766
        },
        {
            "start": 958509374,
            "stop": 958509975
        },
        {
            "start": 958512657,
            "stop": 958515248
        },
        {
            "start": 958519664,
            "stop": 958532913
        },
        {
            "start": 958538559,
            "stop": 958556879
        },
        {
            "start": 958558352,
            "stop": 958573310
        },
        {
            "start": 958582929,
            "stop": 958583015
        },
        {
            "start": 958588045,
            "stop": 958608579
        },
        {
            "start": 958610325,
            "stop": 958641817
        },
        {
            "start": 958644921,
            "stop": 958690164
        },
        {
            "start": 958693927,
            "stop": 958708200
        },
        {
            "start": 958716056,
            "stop": 958720921
        },
        {
            "start": 958728874,
            "stop": 958729536
        }
    ]
}