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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=86",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 87,
    "results": [
        {
            "start": 827585227,
            "stop": 827586493
        },
        {
            "start": 827586938,
            "stop": 827589913
        },
        {
            "start": 827589944,
            "stop": 827589945
        },
        {
            "start": 827590016,
            "stop": 827590664
        },
        {
            "start": 827592690,
            "stop": 827593213
        },
        {
            "start": 827593865,
            "stop": 827594653
        },
        {
            "start": 827595372,
            "stop": 827596728
        },
        {
            "start": 827612746,
            "stop": 827612953
        },
        {
            "start": 827612956,
            "stop": 827612957
        },
        {
            "start": 827614682,
            "stop": 827614933
        },
        {
            "start": 827615006,
            "stop": 827615336
        },
        {
            "start": 827615413,
            "stop": 827615713
        },
        {
            "start": 827615734,
            "stop": 827615736
        },
        {
            "start": 827615833,
            "stop": 827615953
        },
        {
            "start": 827615956,
            "stop": 827615959
        },
        {
            "start": 827616057,
            "stop": 827616133
        },
        {
            "start": 827616154,
            "stop": 827616155
        },
        {
            "start": 827617610,
            "stop": 827617673
        },
        {
            "start": 827617677,
            "stop": 827618574
        },
        {
            "start": 827619987,
            "stop": 827620213
        }
    ]
}