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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=240",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 241,
    "results": [
        {
            "start": 848345011,
            "stop": 848345012
        },
        {
            "start": 848345116,
            "stop": 848361613
        },
        {
            "start": 848362971,
            "stop": 848390653
        },
        {
            "start": 848390659,
            "stop": 848390660
        },
        {
            "start": 848391679,
            "stop": 848409073
        },
        {
            "start": 848409079,
            "stop": 848409080
        },
        {
            "start": 848422343,
            "stop": 848425513
        },
        {
            "start": 848426800,
            "stop": 848430973
        },
        {
            "start": 848433740,
            "stop": 848433946
        },
        {
            "start": 848434036,
            "stop": 848434273
        },
        {
            "start": 848435370,
            "stop": 848435713
        },
        {
            "start": 848436602,
            "stop": 848439133
        },
        {
            "start": 848441053,
            "stop": 848441072
        },
        {
            "start": 848441136,
            "stop": 848445491
        },
        {
            "start": 848445853,
            "stop": 848475311
        },
        {
            "start": 848476115,
            "stop": 848493672
        },
        {
            "start": 848497787,
            "stop": 848502433
        },
        {
            "start": 848502438,
            "stop": 848502439
        },
        {
            "start": 848502647,
            "stop": 848507953
        },
        {
            "start": 848507967,
            "stop": 848507968
        }
    ]
}