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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT2/segments?format=api",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 2,
    "results": [
        {
            "start": 1126409732,
            "stop": 1126409733
        },
        {
            "start": 1126409734,
            "stop": 1126409736
        },
        {
            "start": 1126409755,
            "stop": 1126409757
        },
        {
            "start": 1126409758,
            "stop": 1126409761
        },
        {
            "start": 1126409930,
            "stop": 1126409942
        },
        {
            "start": 1126409945,
            "stop": 1126409948
        },
        {
            "start": 1126409959,
            "stop": 1126409963
        },
        {
            "start": 1126409976,
            "stop": 1126409982
        },
        {
            "start": 1126409993,
            "stop": 1126409994
        },
        {
            "start": 1126410002,
            "stop": 1126410005
        },
        {
            "start": 1126410017,
            "stop": 1126410042
        },
        {
            "start": 1126415204,
            "stop": 1126420940
        },
        {
            "start": 1126423623,
            "stop": 1126425848
        },
        {
            "start": 1126552683,
            "stop": 1126552974
        },
        {
            "start": 1126553154,
            "stop": 1126553627
        },
        {
            "start": 1126553801,
            "stop": 1126555046
        },
        {
            "start": 1126555297,
            "stop": 1126558855
        },
        {
            "start": 1126558862,
            "stop": 1126560580
        },
        {
            "start": 1126560588,
            "stop": 1126568714
        },
        {
            "start": 1126568721,
            "stop": 1126571003
        }
    ]
}