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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=471",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=469",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 470,
    "results": [
        {
            "start": 953062634,
            "stop": 953069254
        },
        {
            "start": 953070658,
            "stop": 953072856
        },
        {
            "start": 953075613,
            "stop": 953076222
        },
        {
            "start": 953079031,
            "stop": 953089864
        },
        {
            "start": 953089865,
            "stop": 953089902
        },
        {
            "start": 953089903,
            "stop": 953097087
        },
        {
            "start": 953100702,
            "stop": 953103829
        },
        {
            "start": 953103830,
            "stop": 953103831
        },
        {
            "start": 953103832,
            "stop": 953115916
        },
        {
            "start": 953124698,
            "stop": 953129589
        },
        {
            "start": 953136629,
            "stop": 953141256
        },
        {
            "start": 953143380,
            "stop": 953153511
        },
        {
            "start": 953155477,
            "stop": 953155896
        },
        {
            "start": 953157362,
            "stop": 953159975
        },
        {
            "start": 953162233,
            "stop": 953181055
        },
        {
            "start": 953186477,
            "stop": 953192876
        },
        {
            "start": 953194349,
            "stop": 953210765
        },
        {
            "start": 953215382,
            "stop": 953217112
        },
        {
            "start": 953217113,
            "stop": 953217114
        },
        {
            "start": 953217115,
            "stop": 953232247
        }
    ]
}