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=46985
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=46986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46984",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46985,
    "results": [
        {
            "start": 875216412,
            "stop": 875216472
        },
        {
            "start": 875216475,
            "stop": 875216519
        },
        {
            "start": 875216520,
            "stop": 875216535
        },
        {
            "start": 875216538,
            "stop": 875216596
        },
        {
            "start": 875216598,
            "stop": 875216599
        },
        {
            "start": 875216602,
            "stop": 875216611
        },
        {
            "start": 875216614,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875216897
        },
        {
            "start": 875216898,
            "stop": 875216912
        },
        {
            "start": 875216915,
            "stop": 875216950
        },
        {
            "start": 875216951,
            "stop": 875216961
        },
        {
            "start": 875216962,
            "stop": 875216971
        },
        {
            "start": 875216975,
            "stop": 875217029
        },
        {
            "start": 875217030,
            "stop": 875217040
        },
        {
            "start": 875217048,
            "stop": 875217059
        },
        {
            "start": 875217061,
            "stop": 875217090
        },
        {
            "start": 875217091,
            "stop": 875217110
        },
        {
            "start": 875217113,
            "stop": 875217128
        },
        {
            "start": 875217132,
            "stop": 875217147
        },
        {
            "start": 875217148,
            "stop": 875217159
        }
    ]
}