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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 45,
    "results": [
        {
            "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
        },
        {
            "start": 931484091,
            "stop": 931484133
        },
        {
            "start": 931484136,
            "stop": 931484181
        },
        {
            "start": 931484183,
            "stop": 931484187
        },
        {
            "start": 931484193,
            "stop": 931484202
        },
        {
            "start": 931484205,
            "stop": 931484212
        },
        {
            "start": 931484215,
            "stop": 931484230
        },
        {
            "start": 931484234,
            "stop": 931484245
        },
        {
            "start": 931484248,
            "stop": 931484253
        },
        {
            "start": 931484256,
            "stop": 931484306
        },
        {
            "start": 931484309,
            "stop": 931484318
        },
        {
            "start": 931484321,
            "stop": 931484342
        }
    ]
}