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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=103",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 104,
    "results": [
        {
            "start": 958420345,
            "stop": 958424054
        },
        {
            "start": 958444804,
            "stop": 958447101
        },
        {
            "start": 958454001,
            "stop": 958457937
        },
        {
            "start": 958458699,
            "stop": 958478606
        },
        {
            "start": 958485028,
            "stop": 958486718
        },
        {
            "start": 958487959,
            "stop": 958491204
        },
        {
            "start": 958492564,
            "stop": 958496179
        },
        {
            "start": 958499875,
            "stop": 958504077
        },
        {
            "start": 958505049,
            "stop": 958505646
        },
        {
            "start": 958506863,
            "stop": 958518831
        },
        {
            "start": 958542058,
            "stop": 958546971
        },
        {
            "start": 958547490,
            "stop": 958550858
        },
        {
            "start": 958554288,
            "stop": 958562066
        },
        {
            "start": 958576378,
            "stop": 958580908
        },
        {
            "start": 958582952,
            "stop": 958586976
        },
        {
            "start": 958588943,
            "stop": 958594544
        },
        {
            "start": 958596633,
            "stop": 958604356
        },
        {
            "start": 958606544,
            "stop": 958609964
        },
        {
            "start": 958613355,
            "stop": 958626763
        },
        {
            "start": 958634465,
            "stop": 958645796
        }
    ]
}