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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46997",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46998,
    "results": [
        {
            "start": 875220370,
            "stop": 875220374
        },
        {
            "start": 875220375,
            "stop": 875220379
        },
        {
            "start": 875220383,
            "stop": 875220409
        },
        {
            "start": 875220410,
            "stop": 875220418
        },
        {
            "start": 875220419,
            "stop": 875220430
        },
        {
            "start": 875220431,
            "stop": 875220448
        },
        {
            "start": 875220449,
            "stop": 875220481
        },
        {
            "start": 875220482,
            "stop": 875220488
        },
        {
            "start": 875220489,
            "stop": 875220498
        },
        {
            "start": 875220499,
            "stop": 875220504
        },
        {
            "start": 875220505,
            "stop": 875220513
        },
        {
            "start": 875220516,
            "stop": 875220526
        },
        {
            "start": 875220532,
            "stop": 875220535
        },
        {
            "start": 875220538,
            "stop": 875220548
        },
        {
            "start": 875220550,
            "stop": 875220556
        },
        {
            "start": 875220558,
            "stop": 875220559
        },
        {
            "start": 875220564,
            "stop": 875220582
        },
        {
            "start": 875220586,
            "stop": 875220588
        },
        {
            "start": 875220591,
            "stop": 875220600
        },
        {
            "start": 875220601,
            "stop": 875220603
        }
    ]
}