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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5378",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5379,
    "results": [
        {
            "start": 971576130,
            "stop": 971576390
        },
        {
            "start": 971576393,
            "stop": 971576592
        },
        {
            "start": 971576595,
            "stop": 971577381
        },
        {
            "start": 971577384,
            "stop": 971577650
        },
        {
            "start": 971577653,
            "stop": 971578142
        },
        {
            "start": 971578145,
            "stop": 971578438
        },
        {
            "start": 971578441,
            "stop": 971578488
        },
        {
            "start": 971578491,
            "stop": 971578669
        },
        {
            "start": 971578672,
            "stop": 971579134
        },
        {
            "start": 971579137,
            "stop": 971579284
        },
        {
            "start": 971579287,
            "stop": 971580149
        },
        {
            "start": 971580152,
            "stop": 971580928
        },
        {
            "start": 971581453,
            "stop": 971581656
        },
        {
            "start": 971581659,
            "stop": 971581735
        },
        {
            "start": 971581738,
            "stop": 971581812
        },
        {
            "start": 971581815,
            "stop": 971581898
        },
        {
            "start": 971582798,
            "stop": 971583254
        },
        {
            "start": 971583257,
            "stop": 971583260
        },
        {
            "start": 971583266,
            "stop": 971583278
        },
        {
            "start": 971589094,
            "stop": 971589324
        }
    ]
}