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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=127",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 128,
    "results": [
        {
            "start": 816768413,
            "stop": 816768434
        },
        {
            "start": 816768442,
            "stop": 816768465
        },
        {
            "start": 816768494,
            "stop": 816768495
        },
        {
            "start": 816768498,
            "stop": 816768501
        },
        {
            "start": 816768506,
            "stop": 816768513
        },
        {
            "start": 816768517,
            "stop": 816768524
        },
        {
            "start": 816768528,
            "stop": 816768573
        },
        {
            "start": 816768602,
            "stop": 816768623
        },
        {
            "start": 816768627,
            "stop": 816768628
        },
        {
            "start": 816768632,
            "stop": 816768652
        },
        {
            "start": 816768681,
            "stop": 816768737
        },
        {
            "start": 816768741,
            "stop": 816768742
        },
        {
            "start": 816768749,
            "stop": 816768750
        },
        {
            "start": 816768755,
            "stop": 816768757
        },
        {
            "start": 816768763,
            "stop": 816768764
        },
        {
            "start": 816768771,
            "stop": 816768773
        },
        {
            "start": 816768776,
            "stop": 816768779
        },
        {
            "start": 816768784,
            "stop": 816768827
        },
        {
            "start": 816768831,
            "stop": 816768834
        },
        {
            "start": 816768838,
            "stop": 816768843
        }
    ]
}