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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=164",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 165,
    "results": [
        {
            "start": 837955095,
            "stop": 837955096
        },
        {
            "start": 837955633,
            "stop": 837957793
        },
        {
            "start": 837959974,
            "stop": 837961213
        },
        {
            "start": 837962367,
            "stop": 837966001
        },
        {
            "start": 837981660,
            "stop": 837986653
        },
        {
            "start": 837986684,
            "stop": 837986685
        },
        {
            "start": 837986787,
            "stop": 837992770
        },
        {
            "start": 837993403,
            "stop": 838005073
        },
        {
            "start": 838005081,
            "stop": 838005082
        },
        {
            "start": 838006141,
            "stop": 838017533
        },
        {
            "start": 838019220,
            "stop": 838038591
        },
        {
            "start": 838043913,
            "stop": 838047855
        },
        {
            "start": 838047990,
            "stop": 838048324
        },
        {
            "start": 838048376,
            "stop": 838051213
        },
        {
            "start": 838052025,
            "stop": 838053853
        },
        {
            "start": 838055993,
            "stop": 838056253
        },
        {
            "start": 838056289,
            "stop": 838056290
        },
        {
            "start": 838056493,
            "stop": 838058473
        },
        {
            "start": 838058496,
            "stop": 838058497
        },
        {
            "start": 838058593,
            "stop": 838059553
        }
    ]
}