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=46978
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=46979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46977",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46978,
    "results": [
        {
            "start": 875213692,
            "stop": 875213695
        },
        {
            "start": 875213698,
            "stop": 875213708
        },
        {
            "start": 875213710,
            "stop": 875213719
        },
        {
            "start": 875213720,
            "stop": 875213735
        },
        {
            "start": 875213736,
            "stop": 875213772
        },
        {
            "start": 875213773,
            "stop": 875213780
        },
        {
            "start": 875213784,
            "stop": 875213786
        },
        {
            "start": 875213787,
            "stop": 875213794
        },
        {
            "start": 875213796,
            "stop": 875213800
        },
        {
            "start": 875213803,
            "stop": 875213820
        },
        {
            "start": 875213821,
            "stop": 875213823
        },
        {
            "start": 875213826,
            "stop": 875213829
        },
        {
            "start": 875213830,
            "stop": 875213874
        },
        {
            "start": 875213877,
            "stop": 875213879
        },
        {
            "start": 875213881,
            "stop": 875213889
        },
        {
            "start": 875213890,
            "stop": 875213909
        },
        {
            "start": 875213910,
            "stop": 875213911
        },
        {
            "start": 875213914,
            "stop": 875213915
        },
        {
            "start": 875213918,
            "stop": 875213926
        },
        {
            "start": 875213929,
            "stop": 875213943
        }
    ]
}