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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10092",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10093,
    "results": [
        {
            "start": 873255719,
            "stop": 873255848
        },
        {
            "start": 873255855,
            "stop": 873255959
        },
        {
            "start": 873255967,
            "stop": 873256038
        },
        {
            "start": 873256074,
            "stop": 873256123
        },
        {
            "start": 873256140,
            "stop": 873256756
        },
        {
            "start": 873256773,
            "stop": 873256896
        },
        {
            "start": 873256944,
            "stop": 873257079
        },
        {
            "start": 873257086,
            "stop": 873257101
        },
        {
            "start": 873257137,
            "stop": 873257306
        },
        {
            "start": 873257314,
            "stop": 873257334
        },
        {
            "start": 873257389,
            "stop": 873257397
        },
        {
            "start": 873257433,
            "stop": 873257450
        },
        {
            "start": 873257486,
            "stop": 873258284
        },
        {
            "start": 873258301,
            "stop": 873259030
        },
        {
            "start": 873259045,
            "stop": 873259275
        },
        {
            "start": 873259282,
            "stop": 873259771
        },
        {
            "start": 873259778,
            "stop": 873260615
        },
        {
            "start": 873260632,
            "stop": 873261860
        },
        {
            "start": 873261868,
            "stop": 873262795
        },
        {
            "start": 873262805,
            "stop": 873262829
        }
    ]
}