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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=37",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 38,
    "results": [
        {
            "start": 816478130,
            "stop": 816478307
        },
        {
            "start": 816478334,
            "stop": 816478687
        },
        {
            "start": 816478708,
            "stop": 816478836
        },
        {
            "start": 816478879,
            "stop": 816479122
        },
        {
            "start": 816479142,
            "stop": 816479284
        },
        {
            "start": 816479305,
            "stop": 816479314
        },
        {
            "start": 816479339,
            "stop": 816479462
        },
        {
            "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
        }
    ]
}