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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=287",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 288,
    "results": [
        {
            "start": 869496731,
            "stop": 869497176
        },
        {
            "start": 869498333,
            "stop": 869500075
        },
        {
            "start": 869500374,
            "stop": 869502807
        },
        {
            "start": 869504144,
            "stop": 869509236
        },
        {
            "start": 869511412,
            "stop": 869516135
        },
        {
            "start": 869516605,
            "stop": 869518766
        },
        {
            "start": 869518855,
            "stop": 869520646
        },
        {
            "start": 869520774,
            "stop": 869522318
        },
        {
            "start": 869522867,
            "stop": 869525632
        },
        {
            "start": 869525713,
            "stop": 869536664
        },
        {
            "start": 869541333,
            "stop": 869558945
        },
        {
            "start": 869560549,
            "stop": 869580744
        },
        {
            "start": 869581175,
            "stop": 869584240
        },
        {
            "start": 869585511,
            "stop": 869586114
        },
        {
            "start": 869596713,
            "stop": 869614955
        },
        {
            "start": 869617748,
            "stop": 869619010
        },
        {
            "start": 869622393,
            "stop": 869645370
        },
        {
            "start": 869650849,
            "stop": 869668573
        },
        {
            "start": 869671778,
            "stop": 869677526
        },
        {
            "start": 869677618,
            "stop": 869677629
        }
    ]
}