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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=167",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 168,
    "results": [
        {
            "start": 931467093,
            "stop": 931467127
        },
        {
            "start": 931467129,
            "stop": 931467146
        },
        {
            "start": 931467148,
            "stop": 931467151
        },
        {
            "start": 931467152,
            "stop": 931467216
        },
        {
            "start": 931467218,
            "stop": 931467230
        },
        {
            "start": 931467232,
            "stop": 931467237
        },
        {
            "start": 931467239,
            "stop": 931467256
        },
        {
            "start": 931467257,
            "stop": 931467272
        },
        {
            "start": 931467274,
            "stop": 931467310
        },
        {
            "start": 931467312,
            "stop": 931467315
        },
        {
            "start": 931467317,
            "stop": 931467340
        },
        {
            "start": 931467342,
            "stop": 931467352
        },
        {
            "start": 931467354,
            "stop": 931467367
        },
        {
            "start": 931467369,
            "stop": 931467370
        },
        {
            "start": 931467374,
            "stop": 931467398
        },
        {
            "start": 931467399,
            "stop": 931467402
        },
        {
            "start": 931467403,
            "stop": 931467462
        },
        {
            "start": 931467466,
            "stop": 931467506
        },
        {
            "start": 931467508,
            "stop": 931467523
        },
        {
            "start": 931467524,
            "stop": 931467571
        }
    ]
}