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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=331",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 332,
    "results": [
        {
            "start": 1249844745,
            "stop": 1249844751
        },
        {
            "start": 1249844753,
            "stop": 1249844787
        },
        {
            "start": 1249844789,
            "stop": 1249844790
        },
        {
            "start": 1249844791,
            "stop": 1249844853
        },
        {
            "start": 1249844854,
            "stop": 1249844928
        },
        {
            "start": 1249844932,
            "stop": 1249844939
        },
        {
            "start": 1249844940,
            "stop": 1249844982
        },
        {
            "start": 1249844983,
            "stop": 1249844989
        },
        {
            "start": 1249844994,
            "stop": 1249844998
        },
        {
            "start": 1249845004,
            "stop": 1249845007
        },
        {
            "start": 1249845009,
            "stop": 1249845011
        },
        {
            "start": 1249845012,
            "stop": 1249845028
        },
        {
            "start": 1249845029,
            "stop": 1249845090
        },
        {
            "start": 1249845091,
            "stop": 1249845100
        },
        {
            "start": 1249845101,
            "stop": 1249845110
        },
        {
            "start": 1249845111,
            "stop": 1249845134
        },
        {
            "start": 1249845135,
            "stop": 1249845170
        },
        {
            "start": 1249845171,
            "stop": 1249845176
        },
        {
            "start": 1249845178,
            "stop": 1249845187
        },
        {
            "start": 1249845188,
            "stop": 1249845194
        }
    ]
}