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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 107,
    "results": [
        {
            "start": 931511277,
            "stop": 931511284
        },
        {
            "start": 931511287,
            "stop": 931511297
        },
        {
            "start": 931511300,
            "stop": 931511301
        },
        {
            "start": 931511304,
            "stop": 931511332
        },
        {
            "start": 931511335,
            "stop": 931511352
        },
        {
            "start": 931511355,
            "stop": 931511358
        },
        {
            "start": 931511367,
            "stop": 931511374
        },
        {
            "start": 931511379,
            "stop": 931511396
        },
        {
            "start": 931511399,
            "stop": 931511419
        },
        {
            "start": 931511422,
            "stop": 931511438
        },
        {
            "start": 931511443,
            "stop": 931511444
        },
        {
            "start": 931511449,
            "stop": 931511451
        },
        {
            "start": 931511454,
            "stop": 931511476
        },
        {
            "start": 931511478,
            "stop": 931511490
        },
        {
            "start": 931511493,
            "stop": 931511519
        },
        {
            "start": 931511522,
            "stop": 931511526
        },
        {
            "start": 931511529,
            "stop": 931511534
        },
        {
            "start": 931511537,
            "stop": 931511548
        },
        {
            "start": 931511552,
            "stop": 931511557
        },
        {
            "start": 931511560,
            "stop": 931511567
        }
    ]
}