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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=352",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 353,
    "results": [
        {
            "start": 869476159,
            "stop": 869489490
        },
        {
            "start": 869489953,
            "stop": 869492176
        },
        {
            "start": 869496731,
            "stop": 869497176
        },
        {
            "start": 869498333,
            "stop": 869500075
        },
        {
            "start": 869500374,
            "stop": 869502783
        },
        {
            "start": 869504144,
            "stop": 869509212
        },
        {
            "start": 869511412,
            "stop": 869516135
        },
        {
            "start": 869516605,
            "stop": 869518766
        },
        {
            "start": 869518855,
            "stop": 869520646
        },
        {
            "start": 869520774,
            "stop": 869522318
        },
        {
            "start": 869522867,
            "stop": 869525632
        },
        {
            "start": 869525713,
            "stop": 869536641
        },
        {
            "start": 869541333,
            "stop": 869558945
        },
        {
            "start": 869560549,
            "stop": 869580744
        },
        {
            "start": 869581175,
            "stop": 869584240
        },
        {
            "start": 869585511,
            "stop": 869586090
        },
        {
            "start": 869596713,
            "stop": 869614925
        },
        {
            "start": 869617748,
            "stop": 869618987
        },
        {
            "start": 869622393,
            "stop": 869645370
        },
        {
            "start": 869650849,
            "stop": 869668550
        }
    ]
}