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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=196",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 197,
    "results": [
        {
            "start": 842074874,
            "stop": 842104213
        },
        {
            "start": 842135755,
            "stop": 842139013
        },
        {
            "start": 842141906,
            "stop": 842141953
        },
        {
            "start": 842141976,
            "stop": 842141978
        },
        {
            "start": 842143597,
            "stop": 842169207
        },
        {
            "start": 842169208,
            "stop": 842169213
        },
        {
            "start": 842169214,
            "stop": 842169216
        },
        {
            "start": 842169217,
            "stop": 842170093
        },
        {
            "start": 842173083,
            "stop": 842188853
        },
        {
            "start": 842190403,
            "stop": 842190973
        },
        {
            "start": 842190991,
            "stop": 842190992
        },
        {
            "start": 842191263,
            "stop": 842191384
        },
        {
            "start": 842191579,
            "stop": 842193602
        },
        {
            "start": 842193603,
            "stop": 842195593
        },
        {
            "start": 842197303,
            "stop": 842199493
        },
        {
            "start": 842199537,
            "stop": 842199538
        },
        {
            "start": 842200666,
            "stop": 842203631
        },
        {
            "start": 842204749,
            "stop": 842205973
        },
        {
            "start": 842207049,
            "stop": 842210233
        },
        {
            "start": 842213123,
            "stop": 842220588
        }
    ]
}