Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46702
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=46703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46701",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46702,
    "results": [
        {
            "start": 875052743,
            "stop": 875052745
        },
        {
            "start": 875052747,
            "stop": 875052759
        },
        {
            "start": 875052760,
            "stop": 875052766
        },
        {
            "start": 875052768,
            "stop": 875052775
        },
        {
            "start": 875052776,
            "stop": 875052780
        },
        {
            "start": 875052781,
            "stop": 875052804
        },
        {
            "start": 875052805,
            "stop": 875052809
        },
        {
            "start": 875052812,
            "stop": 875052818
        },
        {
            "start": 875052819,
            "stop": 875052829
        },
        {
            "start": 875052832,
            "stop": 875052836
        },
        {
            "start": 875052837,
            "stop": 875052850
        },
        {
            "start": 875052851,
            "stop": 875052861
        },
        {
            "start": 875052862,
            "stop": 875052874
        },
        {
            "start": 875052876,
            "stop": 875052889
        },
        {
            "start": 875052892,
            "stop": 875052894
        },
        {
            "start": 875052895,
            "stop": 875052904
        },
        {
            "start": 875052905,
            "stop": 875052917
        },
        {
            "start": 875052918,
            "stop": 875052921
        },
        {
            "start": 875052922,
            "stop": 875052940
        },
        {
            "start": 875052942,
            "stop": 875052944
        }
    ]
}