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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1840",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1841,
    "results": [
        {
            "start": 843867628,
            "stop": 843867661
        },
        {
            "start": 843867663,
            "stop": 843867672
        },
        {
            "start": 843867674,
            "stop": 843867679
        },
        {
            "start": 843867682,
            "stop": 843867687
        },
        {
            "start": 843867689,
            "stop": 843867725
        },
        {
            "start": 843867727,
            "stop": 843867741
        },
        {
            "start": 843867743,
            "stop": 843867746
        },
        {
            "start": 843867748,
            "stop": 843867753
        },
        {
            "start": 843867755,
            "stop": 843867766
        },
        {
            "start": 843867768,
            "stop": 843867770
        },
        {
            "start": 843867773,
            "stop": 843867785
        },
        {
            "start": 843867787,
            "stop": 843867788
        },
        {
            "start": 843867791,
            "stop": 843867800
        },
        {
            "start": 843867802,
            "stop": 843867804
        },
        {
            "start": 843867809,
            "stop": 843867816
        },
        {
            "start": 843867821,
            "stop": 843867822
        },
        {
            "start": 843867823,
            "stop": 843867833
        },
        {
            "start": 843867835,
            "stop": 843867840
        },
        {
            "start": 843867842,
            "stop": 843867845
        },
        {
            "start": 843867847,
            "stop": 843867849
        }
    ]
}