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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 46,
    "results": [
        {
            "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
        },
        {
            "start": 931189520,
            "stop": 931189601
        },
        {
            "start": 931189604,
            "stop": 931189611
        },
        {
            "start": 931189612,
            "stop": 931189639
        },
        {
            "start": 931189641,
            "stop": 931189659
        },
        {
            "start": 931189662,
            "stop": 931189695
        }
    ]
}