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_CAT2/segments?format=api&page=465
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=464",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 465,
    "results": [
        {
            "start": 821779676,
            "stop": 821779680
        },
        {
            "start": 821779683,
            "stop": 821779688
        },
        {
            "start": 821779691,
            "stop": 821779693
        },
        {
            "start": 821779698,
            "stop": 821779700
        },
        {
            "start": 821779703,
            "stop": 821779707
        },
        {
            "start": 821779710,
            "stop": 821779713
        },
        {
            "start": 821779716,
            "stop": 821779734
        },
        {
            "start": 821779737,
            "stop": 821779754
        },
        {
            "start": 821779757,
            "stop": 821779767
        },
        {
            "start": 821779770,
            "stop": 821779778
        },
        {
            "start": 821779781,
            "stop": 821779845
        },
        {
            "start": 821779848,
            "stop": 821779864
        },
        {
            "start": 821779867,
            "stop": 821779869
        },
        {
            "start": 821779872,
            "stop": 821779887
        },
        {
            "start": 821779890,
            "stop": 821779895
        },
        {
            "start": 821779900,
            "stop": 821779915
        },
        {
            "start": 821779918,
            "stop": 821779922
        },
        {
            "start": 821779925,
            "stop": 821779935
        },
        {
            "start": 821779939,
            "stop": 821779940
        },
        {
            "start": 821779946,
            "stop": 821779965
        }
    ]
}