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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=160",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 161,
    "results": [
        {
            "start": 816853433,
            "stop": 816853478
        },
        {
            "start": 816853481,
            "stop": 816853491
        },
        {
            "start": 816853497,
            "stop": 816853540
        },
        {
            "start": 816853551,
            "stop": 816853562
        },
        {
            "start": 816853578,
            "stop": 816853597
        },
        {
            "start": 816853602,
            "stop": 816853604
        },
        {
            "start": 816853609,
            "stop": 816853610
        },
        {
            "start": 816853619,
            "stop": 816853624
        },
        {
            "start": 816853627,
            "stop": 816853698
        },
        {
            "start": 816853703,
            "stop": 816853704
        },
        {
            "start": 816853710,
            "stop": 816853713
        },
        {
            "start": 816853718,
            "stop": 816853747
        },
        {
            "start": 816853759,
            "stop": 816853761
        },
        {
            "start": 816853777,
            "stop": 816853781
        },
        {
            "start": 816853786,
            "stop": 816853789
        },
        {
            "start": 816853798,
            "stop": 816853807
        },
        {
            "start": 816853810,
            "stop": 816853827
        },
        {
            "start": 816853831,
            "stop": 816853833
        },
        {
            "start": 816853844,
            "stop": 816853845
        },
        {
            "start": 816853858,
            "stop": 816853992
        }
    ]
}