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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=125",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 126,
    "results": [
        {
            "start": 963978154,
            "stop": 964003059
        },
        {
            "start": 964004864,
            "stop": 964006001
        },
        {
            "start": 964007301,
            "stop": 964009237
        },
        {
            "start": 964010954,
            "stop": 964012931
        },
        {
            "start": 964015112,
            "stop": 964016617
        },
        {
            "start": 964017351,
            "stop": 964025864
        },
        {
            "start": 964025964,
            "stop": 964028801
        },
        {
            "start": 964029988,
            "stop": 964043703
        },
        {
            "start": 964044693,
            "stop": 964050221
        },
        {
            "start": 964050742,
            "stop": 964051926
        },
        {
            "start": 964051964,
            "stop": 964051966
        },
        {
            "start": 964051982,
            "stop": 964083074
        },
        {
            "start": 964083968,
            "stop": 964090398
        },
        {
            "start": 964091107,
            "stop": 964093109
        },
        {
            "start": 964095645,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964114293
        },
        {
            "start": 964115840,
            "stop": 964145094
        },
        {
            "start": 964147407,
            "stop": 964149437
        },
        {
            "start": 964150417,
            "stop": 964152515
        },
        {
            "start": 964153943,
            "stop": 964178541
        }
    ]
}