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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=121",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 122,
    "results": [
        {
            "start": 837099438,
            "stop": 837114602
        },
        {
            "start": 837115052,
            "stop": 837115105
        },
        {
            "start": 837115424,
            "stop": 837115669
        },
        {
            "start": 837115977,
            "stop": 837116104
        },
        {
            "start": 837117987,
            "stop": 837119236
        },
        {
            "start": 837119305,
            "stop": 837120201
        },
        {
            "start": 837120272,
            "stop": 837122426
        },
        {
            "start": 837122599,
            "stop": 837123534
        },
        {
            "start": 837123586,
            "stop": 837124267
        },
        {
            "start": 837124319,
            "stop": 837126144
        },
        {
            "start": 837126259,
            "stop": 837126922
        },
        {
            "start": 837126985,
            "stop": 837146716
        },
        {
            "start": 837148200,
            "stop": 837149509
        },
        {
            "start": 837150406,
            "stop": 837157464
        },
        {
            "start": 837158483,
            "stop": 837160842
        },
        {
            "start": 837180893,
            "stop": 837182662
        },
        {
            "start": 837182972,
            "stop": 837184673
        },
        {
            "start": 837185061,
            "stop": 837185706
        },
        {
            "start": 837185814,
            "stop": 837185856
        },
        {
            "start": 837186149,
            "stop": 837186356
        }
    ]
}