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/H1_BURST_CAT3E/segments?format=api&page=40823
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=40824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40822",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40823,
    "results": [
        {
            "start": 875036466,
            "stop": 875036471
        },
        {
            "start": 875036472,
            "stop": 875036523
        },
        {
            "start": 875036524,
            "stop": 875036544
        },
        {
            "start": 875036545,
            "stop": 875036581
        },
        {
            "start": 875036585,
            "stop": 875036589
        },
        {
            "start": 875036591,
            "stop": 875036601
        },
        {
            "start": 875036603,
            "stop": 875036604
        },
        {
            "start": 875036605,
            "stop": 875036643
        },
        {
            "start": 875036645,
            "stop": 875036651
        },
        {
            "start": 875036652,
            "stop": 875036703
        },
        {
            "start": 875036704,
            "stop": 875036705
        },
        {
            "start": 875036706,
            "stop": 875036711
        },
        {
            "start": 875036712,
            "stop": 875036721
        },
        {
            "start": 875036722,
            "stop": 875036763
        },
        {
            "start": 875036764,
            "stop": 875036785
        },
        {
            "start": 875036786,
            "stop": 875036788
        },
        {
            "start": 875036789,
            "stop": 875036794
        },
        {
            "start": 875036795,
            "stop": 875036797
        },
        {
            "start": 875036798,
            "stop": 875036815
        },
        {
            "start": 875036816,
            "stop": 875036897
        }
    ]
}