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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2170",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2171,
    "results": [
        {
            "start": 872430823,
            "stop": 872430851
        },
        {
            "start": 872430904,
            "stop": 872430950
        },
        {
            "start": 872431034,
            "stop": 872431037
        },
        {
            "start": 872431054,
            "stop": 872431075
        },
        {
            "start": 872431131,
            "stop": 872431137
        },
        {
            "start": 872431201,
            "stop": 872431209
        },
        {
            "start": 872431247,
            "stop": 872431252
        },
        {
            "start": 872431281,
            "stop": 872431299
        },
        {
            "start": 872431317,
            "stop": 872431321
        },
        {
            "start": 872431339,
            "stop": 872431344
        },
        {
            "start": 872431362,
            "stop": 872431373
        },
        {
            "start": 872431441,
            "stop": 872431514
        },
        {
            "start": 872431535,
            "stop": 872431539
        },
        {
            "start": 872431569,
            "stop": 872431574
        },
        {
            "start": 872431591,
            "stop": 872431629
        },
        {
            "start": 872431699,
            "stop": 872431702
        },
        {
            "start": 872431724,
            "stop": 872431728
        },
        {
            "start": 872431748,
            "stop": 872431821
        },
        {
            "start": 872431875,
            "stop": 872431891
        },
        {
            "start": 872431994,
            "stop": 872432003
        }
    ]
}