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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=343",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 344,
    "results": [
        {
            "start": 862710025,
            "stop": 862710070
        },
        {
            "start": 862710180,
            "stop": 862710783
        },
        {
            "start": 862711083,
            "stop": 862711632
        },
        {
            "start": 862712091,
            "stop": 862712151
        },
        {
            "start": 862712169,
            "stop": 862712327
        },
        {
            "start": 862712437,
            "stop": 862713025
        },
        {
            "start": 862713325,
            "stop": 862713425
        },
        {
            "start": 862713482,
            "stop": 862713546
        },
        {
            "start": 862713656,
            "stop": 862714093
        },
        {
            "start": 862714393,
            "stop": 862716150
        },
        {
            "start": 862716210,
            "stop": 862716230
        },
        {
            "start": 862716340,
            "stop": 862716408
        },
        {
            "start": 862716708,
            "stop": 862732033
        },
        {
            "start": 862734309,
            "stop": 862756702
        },
        {
            "start": 862756723,
            "stop": 862756737
        },
        {
            "start": 862756776,
            "stop": 862756777
        },
        {
            "start": 862756798,
            "stop": 862756817
        },
        {
            "start": 862756846,
            "stop": 862759860
        },
        {
            "start": 862759920,
            "stop": 862762880
        },
        {
            "start": 862762903,
            "stop": 862763061
        }
    ]
}