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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=776",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=774",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 775,
    "results": [
        {
            "start": 957419125,
            "stop": 957419893
        },
        {
            "start": 957419899,
            "stop": 957421159
        },
        {
            "start": 957435574,
            "stop": 957438892
        },
        {
            "start": 957438897,
            "stop": 957439316
        },
        {
            "start": 957439322,
            "stop": 957441249
        },
        {
            "start": 957445564,
            "stop": 957449244
        },
        {
            "start": 957449250,
            "stop": 957449826
        },
        {
            "start": 957449831,
            "stop": 957450295
        },
        {
            "start": 957450301,
            "stop": 957450747
        },
        {
            "start": 957450753,
            "stop": 957451497
        },
        {
            "start": 957451503,
            "stop": 957453018
        },
        {
            "start": 957453024,
            "stop": 957453848
        },
        {
            "start": 957453854,
            "stop": 957454048
        },
        {
            "start": 957454054,
            "stop": 957454879
        },
        {
            "start": 957455243,
            "stop": 957456096
        },
        {
            "start": 957456102,
            "stop": 957456573
        },
        {
            "start": 957456579,
            "stop": 957456754
        },
        {
            "start": 957456760,
            "stop": 957456855
        },
        {
            "start": 957456860,
            "stop": 957457852
        },
        {
            "start": 957457858,
            "stop": 957457871
        }
    ]
}