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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=193",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 194,
    "results": [
        {
            "start": 1181330721,
            "stop": 1181330724
        },
        {
            "start": 1181330725,
            "stop": 1181330837
        },
        {
            "start": 1181330840,
            "stop": 1181330846
        },
        {
            "start": 1181330847,
            "stop": 1181330848
        },
        {
            "start": 1181330850,
            "stop": 1181330851
        },
        {
            "start": 1181330852,
            "stop": 1181330853
        },
        {
            "start": 1181330856,
            "stop": 1181331050
        },
        {
            "start": 1181331053,
            "stop": 1181331061
        },
        {
            "start": 1181331062,
            "stop": 1181351746
        },
        {
            "start": 1181355211,
            "stop": 1181364180
        },
        {
            "start": 1181364300,
            "stop": 1181364531
        },
        {
            "start": 1181364534,
            "stop": 1181364540
        },
        {
            "start": 1181369967,
            "stop": 1181380080
        },
        {
            "start": 1181380380,
            "stop": 1181392342
        },
        {
            "start": 1181397127,
            "stop": 1181397785
        },
        {
            "start": 1181442739,
            "stop": 1181450466
        },
        {
            "start": 1181453122,
            "stop": 1181457780
        },
        {
            "start": 1181476975,
            "stop": 1181477146
        },
        {
            "start": 1181477169,
            "stop": 1181499778
        },
        {
            "start": 1181499779,
            "stop": 1181510816
        }
    ]
}