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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=180",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 181,
    "results": [
        {
            "start": 816912431,
            "stop": 816912432
        },
        {
            "start": 816912443,
            "stop": 816912446
        },
        {
            "start": 816912457,
            "stop": 816912460
        },
        {
            "start": 816912463,
            "stop": 816912581
        },
        {
            "start": 816912586,
            "stop": 816912593
        },
        {
            "start": 816912598,
            "stop": 816912608
        },
        {
            "start": 816912612,
            "stop": 816912622
        },
        {
            "start": 816912626,
            "stop": 816912640
        },
        {
            "start": 816912645,
            "stop": 816912648
        },
        {
            "start": 816912659,
            "stop": 816912660
        },
        {
            "start": 816912673,
            "stop": 816912745
        },
        {
            "start": 816912750,
            "stop": 816912757
        },
        {
            "start": 816912763,
            "stop": 816912764
        },
        {
            "start": 816912770,
            "stop": 816912831
        },
        {
            "start": 816912834,
            "stop": 816912837
        },
        {
            "start": 816912842,
            "stop": 816912845
        },
        {
            "start": 816912849,
            "stop": 816912850
        },
        {
            "start": 816912861,
            "stop": 816912896
        },
        {
            "start": 816912900,
            "stop": 816912909
        },
        {
            "start": 816912916,
            "stop": 816913071
        }
    ]
}