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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=20",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 21,
    "results": [
        {
            "start": 931483989,
            "stop": 931483996
        },
        {
            "start": 931484003,
            "stop": 931484006
        },
        {
            "start": 931484015,
            "stop": 931484017
        },
        {
            "start": 931484034,
            "stop": 931484036
        },
        {
            "start": 931484043,
            "stop": 931484058
        },
        {
            "start": 931484080,
            "stop": 931484088
        },
        {
            "start": 931484095,
            "stop": 931484133
        },
        {
            "start": 931484140,
            "stop": 931484181
        },
        {
            "start": 931484197,
            "stop": 931484202
        },
        {
            "start": 931484209,
            "stop": 931484212
        },
        {
            "start": 931484219,
            "stop": 931484230
        },
        {
            "start": 931484238,
            "stop": 931484245
        },
        {
            "start": 931484252,
            "stop": 931484253
        },
        {
            "start": 931484260,
            "stop": 931484306
        },
        {
            "start": 931484313,
            "stop": 931484318
        },
        {
            "start": 931484325,
            "stop": 931484342
        },
        {
            "start": 931497184,
            "stop": 931497197
        },
        {
            "start": 931497215,
            "stop": 931497233
        },
        {
            "start": 931497240,
            "stop": 931497246
        },
        {
            "start": 931497254,
            "stop": 931497270
        }
    ]
}