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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=19",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 20,
    "results": [
        {
            "start": 931483467,
            "stop": 931483473
        },
        {
            "start": 931483480,
            "stop": 931483490
        },
        {
            "start": 931483499,
            "stop": 931483505
        },
        {
            "start": 931483512,
            "stop": 931483530
        },
        {
            "start": 931483537,
            "stop": 931483547
        },
        {
            "start": 931483554,
            "stop": 931483557
        },
        {
            "start": 931483571,
            "stop": 931483636
        },
        {
            "start": 931483642,
            "stop": 931483649
        },
        {
            "start": 931483656,
            "stop": 931483663
        },
        {
            "start": 931483670,
            "stop": 931483680
        },
        {
            "start": 931483686,
            "stop": 931483698
        },
        {
            "start": 931483706,
            "stop": 931483712
        },
        {
            "start": 931483726,
            "stop": 931483737
        },
        {
            "start": 931483744,
            "stop": 931483761
        },
        {
            "start": 931483783,
            "stop": 931483808
        },
        {
            "start": 931483818,
            "stop": 931483834
        },
        {
            "start": 931483840,
            "stop": 931483871
        },
        {
            "start": 931483881,
            "stop": 931483889
        },
        {
            "start": 931483901,
            "stop": 931483903
        },
        {
            "start": 931483915,
            "stop": 931483975
        }
    ]
}