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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 46,
    "results": [
        {
            "start": 931483775,
            "stop": 931483776
        },
        {
            "start": 931483779,
            "stop": 931483808
        },
        {
            "start": 931483811,
            "stop": 931483812
        },
        {
            "start": 931483814,
            "stop": 931483834
        },
        {
            "start": 931483836,
            "stop": 931483871
        },
        {
            "start": 931483874,
            "stop": 931483875
        },
        {
            "start": 931483877,
            "stop": 931483889
        },
        {
            "start": 931483892,
            "stop": 931483894
        },
        {
            "start": 931483897,
            "stop": 931483903
        },
        {
            "start": 931483911,
            "stop": 931483975
        },
        {
            "start": 931483980,
            "stop": 931483982
        },
        {
            "start": 931483985,
            "stop": 931483996
        },
        {
            "start": 931483999,
            "stop": 931484006
        },
        {
            "start": 931484011,
            "stop": 931484017
        },
        {
            "start": 931484025,
            "stop": 931484027
        },
        {
            "start": 931484030,
            "stop": 931484036
        },
        {
            "start": 931484039,
            "stop": 931484058
        },
        {
            "start": 931484061,
            "stop": 931484064
        },
        {
            "start": 931484070,
            "stop": 931484073
        },
        {
            "start": 931484076,
            "stop": 931484088
        }
    ]
}