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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=41",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 42,
    "results": [
        {
            "start": 941238271,
            "stop": 941238274
        },
        {
            "start": 941238414,
            "stop": 941239393
        },
        {
            "start": 941240754,
            "stop": 941242176
        },
        {
            "start": 941243678,
            "stop": 941246949
        },
        {
            "start": 941248624,
            "stop": 941251801
        },
        {
            "start": 941253055,
            "stop": 941253805
        },
        {
            "start": 941256366,
            "stop": 941256934
        },
        {
            "start": 941274408,
            "stop": 941274692
        },
        {
            "start": 941275431,
            "stop": 941275585
        },
        {
            "start": 941287780,
            "stop": 941287885
        },
        {
            "start": 941289570,
            "stop": 941289649
        },
        {
            "start": 941308346,
            "stop": 941309088
        },
        {
            "start": 941314060,
            "stop": 941317570
        },
        {
            "start": 941318102,
            "stop": 941349401
        },
        {
            "start": 941353503,
            "stop": 941364898
        },
        {
            "start": 941366672,
            "stop": 941372374
        },
        {
            "start": 941377942,
            "stop": 941378479
        },
        {
            "start": 941379861,
            "stop": 941382443
        },
        {
            "start": 941417633,
            "stop": 941420979
        },
        {
            "start": 941423724,
            "stop": 941426758
        }
    ]
}