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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41060",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41061,
    "results": [
        {
            "start": 875203424,
            "stop": 875203425
        },
        {
            "start": 875203427,
            "stop": 875203585
        },
        {
            "start": 875203589,
            "stop": 875203614
        },
        {
            "start": 875203616,
            "stop": 875203636
        },
        {
            "start": 875203637,
            "stop": 875203654
        },
        {
            "start": 875203655,
            "stop": 875203657
        },
        {
            "start": 875203658,
            "stop": 875203679
        },
        {
            "start": 875203680,
            "stop": 875203699
        },
        {
            "start": 875203701,
            "stop": 875203742
        },
        {
            "start": 875203743,
            "stop": 875203751
        },
        {
            "start": 875203752,
            "stop": 875203806
        },
        {
            "start": 875203807,
            "stop": 875203827
        },
        {
            "start": 875203829,
            "stop": 875203849
        },
        {
            "start": 875203850,
            "stop": 875203892
        },
        {
            "start": 875203893,
            "stop": 875203913
        },
        {
            "start": 875203914,
            "stop": 875203934
        },
        {
            "start": 875203935,
            "stop": 875203938
        },
        {
            "start": 875203939,
            "stop": 875203989
        },
        {
            "start": 875203990,
            "stop": 875204019
        },
        {
            "start": 875204020,
            "stop": 875204035
        }
    ]
}