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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=220",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 221,
    "results": [
        {
            "start": 849560560,
            "stop": 849562084
        },
        {
            "start": 849562128,
            "stop": 849562134
        },
        {
            "start": 849562156,
            "stop": 849564001
        },
        {
            "start": 849565138,
            "stop": 849565244
        },
        {
            "start": 849565266,
            "stop": 849565322
        },
        {
            "start": 849566075,
            "stop": 849568091
        },
        {
            "start": 849568202,
            "stop": 849568315
        },
        {
            "start": 849568780,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849633047
        },
        {
            "start": 849633086,
            "stop": 849637557
        },
        {
            "start": 849637667,
            "stop": 849637844
        },
        {
            "start": 849680289,
            "stop": 849705130
        },
        {
            "start": 849705620,
            "stop": 849711508
        },
        {
            "start": 849712929,
            "stop": 849719419
        },
        {
            "start": 849719719,
            "stop": 849719935
        },
        {
            "start": 849720235,
            "stop": 849725891
        },
        {
            "start": 849726191,
            "stop": 849729025
        },
        {
            "start": 849730346,
            "stop": 849741030
        },
        {
            "start": 849741150,
            "stop": 849750930
        },
        {
            "start": 849750990,
            "stop": 849751006
        }
    ]
}