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=46895
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=46896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46894",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46895,
    "results": [
        {
            "start": 875174672,
            "stop": 875174689
        },
        {
            "start": 875174691,
            "stop": 875174702
        },
        {
            "start": 875174703,
            "stop": 875174719
        },
        {
            "start": 875174720,
            "stop": 875174727
        },
        {
            "start": 875174728,
            "stop": 875174730
        },
        {
            "start": 875174731,
            "stop": 875174750
        },
        {
            "start": 875174751,
            "stop": 875174792
        },
        {
            "start": 875174793,
            "stop": 875174800
        },
        {
            "start": 875174801,
            "stop": 875174804
        },
        {
            "start": 875174805,
            "stop": 875174841
        },
        {
            "start": 875174842,
            "stop": 875174900
        },
        {
            "start": 875174901,
            "stop": 875174906
        },
        {
            "start": 875174907,
            "stop": 875174908
        },
        {
            "start": 875174910,
            "stop": 875174940
        },
        {
            "start": 875174941,
            "stop": 875174950
        },
        {
            "start": 875174951,
            "stop": 875174962
        },
        {
            "start": 875174963,
            "stop": 875174982
        },
        {
            "start": 875174983,
            "stop": 875174989
        },
        {
            "start": 875174990,
            "stop": 875174991
        },
        {
            "start": 875174993,
            "stop": 875175011
        }
    ]
}