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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=186",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 187,
    "results": [
        {
            "start": 1261612286,
            "stop": 1261614848
        },
        {
            "start": 1261614851,
            "stop": 1261615765
        },
        {
            "start": 1261615769,
            "stop": 1261616053
        },
        {
            "start": 1261616057,
            "stop": 1261617168
        },
        {
            "start": 1261617170,
            "stop": 1261621590
        },
        {
            "start": 1261621594,
            "stop": 1261623970
        },
        {
            "start": 1261623974,
            "stop": 1261625334
        },
        {
            "start": 1261625336,
            "stop": 1261625766
        },
        {
            "start": 1261625771,
            "stop": 1261625901
        },
        {
            "start": 1261625904,
            "stop": 1261627286
        },
        {
            "start": 1261627290,
            "stop": 1261627491
        },
        {
            "start": 1261627494,
            "stop": 1261630970
        },
        {
            "start": 1261630972,
            "stop": 1261633584
        },
        {
            "start": 1261633587,
            "stop": 1261633776
        },
        {
            "start": 1261633781,
            "stop": 1261633785
        },
        {
            "start": 1261633788,
            "stop": 1261634390
        },
        {
            "start": 1261634394,
            "stop": 1261635221
        },
        {
            "start": 1261635223,
            "stop": 1261635646
        },
        {
            "start": 1261635651,
            "stop": 1261635931
        },
        {
            "start": 1261635935,
            "stop": 1261636780
        }
    ]
}