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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 61,
    "results": [
        {
            "start": 931189314,
            "stop": 931189315
        },
        {
            "start": 931189320,
            "stop": 931189321
        },
        {
            "start": 931189324,
            "stop": 931189327
        },
        {
            "start": 931189329,
            "stop": 931189330
        },
        {
            "start": 931189336,
            "stop": 931189339
        },
        {
            "start": 931189341,
            "stop": 931189352
        },
        {
            "start": 931189354,
            "stop": 931189372
        },
        {
            "start": 931189377,
            "stop": 931189380
        },
        {
            "start": 931189395,
            "stop": 931189403
        },
        {
            "start": 931189405,
            "stop": 931189406
        },
        {
            "start": 931189407,
            "stop": 931189411
        },
        {
            "start": 931189416,
            "stop": 931189417
        },
        {
            "start": 931189419,
            "stop": 931189422
        },
        {
            "start": 931189424,
            "stop": 931189425
        },
        {
            "start": 931189430,
            "stop": 931189431
        },
        {
            "start": 931189433,
            "stop": 931189447
        },
        {
            "start": 931189448,
            "stop": 931189458
        },
        {
            "start": 931189460,
            "stop": 931189473
        },
        {
            "start": 931189475,
            "stop": 931189512
        },
        {
            "start": 931189514,
            "stop": 931189518
        }
    ]
}