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=46937
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=46938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46936",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46937,
    "results": [
        {
            "start": 875198342,
            "stop": 875198354
        },
        {
            "start": 875198357,
            "stop": 875198363
        },
        {
            "start": 875198366,
            "stop": 875198380
        },
        {
            "start": 875198381,
            "stop": 875198419
        },
        {
            "start": 875198421,
            "stop": 875198438
        },
        {
            "start": 875198441,
            "stop": 875198449
        },
        {
            "start": 875198450,
            "stop": 875198461
        },
        {
            "start": 875198462,
            "stop": 875198482
        },
        {
            "start": 875198483,
            "stop": 875198496
        },
        {
            "start": 875198499,
            "stop": 875198503
        },
        {
            "start": 875198504,
            "stop": 875198511
        },
        {
            "start": 875198512,
            "stop": 875198531
        },
        {
            "start": 875198532,
            "stop": 875198548
        },
        {
            "start": 875198551,
            "stop": 875198555
        },
        {
            "start": 875198558,
            "stop": 875198567
        },
        {
            "start": 875198568,
            "stop": 875198588
        },
        {
            "start": 875198590,
            "stop": 875198598
        },
        {
            "start": 875198599,
            "stop": 875198610
        },
        {
            "start": 875198611,
            "stop": 875198619
        },
        {
            "start": 875198620,
            "stop": 875198625
        }
    ]
}