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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=39",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 40,
    "results": [
        {
            "start": 816479513,
            "stop": 816479865
        },
        {
            "start": 816479884,
            "stop": 816480050
        },
        {
            "start": 816480073,
            "stop": 816480102
        },
        {
            "start": 816480169,
            "stop": 816480230
        },
        {
            "start": 816480267,
            "stop": 816480280
        },
        {
            "start": 816480299,
            "stop": 816480361
        },
        {
            "start": 816480380,
            "stop": 816480458
        },
        {
            "start": 816480477,
            "stop": 816480683
        },
        {
            "start": 816480704,
            "stop": 816480711
        },
        {
            "start": 816480764,
            "stop": 816480851
        },
        {
            "start": 816482627,
            "stop": 816482653
        },
        {
            "start": 816482673,
            "stop": 816482684
        },
        {
            "start": 816482714,
            "stop": 816482782
        },
        {
            "start": 816482821,
            "stop": 816482853
        },
        {
            "start": 816482915,
            "stop": 816483030
        },
        {
            "start": 816483104,
            "stop": 816483109
        },
        {
            "start": 816483129,
            "stop": 816483250
        },
        {
            "start": 816483293,
            "stop": 816483304
        },
        {
            "start": 816483324,
            "stop": 816483338
        },
        {
            "start": 816483406,
            "stop": 816483534
        }
    ]
}