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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=73",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 74,
    "results": [
        {
            "start": 826217229,
            "stop": 826221553
        },
        {
            "start": 826233087,
            "stop": 826235811
        },
        {
            "start": 826238354,
            "stop": 826243250
        },
        {
            "start": 826245684,
            "stop": 826250467
        },
        {
            "start": 826251860,
            "stop": 826261194
        },
        {
            "start": 826264058,
            "stop": 826264213
        },
        {
            "start": 826264263,
            "stop": 826264264
        },
        {
            "start": 826264364,
            "stop": 826265110
        },
        {
            "start": 826266719,
            "stop": 826278793
        },
        {
            "start": 826281447,
            "stop": 826282630
        },
        {
            "start": 826283790,
            "stop": 826289173
        },
        {
            "start": 826291355,
            "stop": 826293704
        },
        {
            "start": 826294324,
            "stop": 826295293
        },
        {
            "start": 826301328,
            "stop": 826304008
        },
        {
            "start": 826304492,
            "stop": 826311133
        },
        {
            "start": 826312266,
            "stop": 826314529
        },
        {
            "start": 826320233,
            "stop": 826322213
        },
        {
            "start": 826324879,
            "stop": 826342153
        },
        {
            "start": 826343124,
            "stop": 826356073
        },
        {
            "start": 826369207,
            "stop": 826370773
        }
    ]
}