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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6677",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6678,
    "results": [
        {
            "start": 875118121,
            "stop": 875118718
        },
        {
            "start": 875118719,
            "stop": 875118722
        },
        {
            "start": 875118723,
            "stop": 875118737
        },
        {
            "start": 875118738,
            "stop": 875118741
        },
        {
            "start": 875118743,
            "stop": 875118813
        },
        {
            "start": 875118815,
            "stop": 875119450
        },
        {
            "start": 875119451,
            "stop": 875119622
        },
        {
            "start": 875119623,
            "stop": 875119690
        },
        {
            "start": 875119691,
            "stop": 875119730
        },
        {
            "start": 875119731,
            "stop": 875119927
        },
        {
            "start": 875119928,
            "stop": 875120041
        },
        {
            "start": 875120042,
            "stop": 875120273
        },
        {
            "start": 875123026,
            "stop": 875123127
        },
        {
            "start": 875123128,
            "stop": 875123255
        },
        {
            "start": 875123257,
            "stop": 875123353
        },
        {
            "start": 875123354,
            "stop": 875123474
        },
        {
            "start": 875123475,
            "stop": 875123610
        },
        {
            "start": 875123612,
            "stop": 875123822
        },
        {
            "start": 875123823,
            "stop": 875124048
        },
        {
            "start": 875124050,
            "stop": 875124835
        }
    ]
}