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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=156",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 157,
    "results": [
        {
            "start": 837115977,
            "stop": 837116104
        },
        {
            "start": 837117987,
            "stop": 837119233
        },
        {
            "start": 837119234,
            "stop": 837119236
        },
        {
            "start": 837119305,
            "stop": 837120201
        },
        {
            "start": 837120272,
            "stop": 837122426
        },
        {
            "start": 837122599,
            "stop": 837123493
        },
        {
            "start": 837123532,
            "stop": 837123534
        },
        {
            "start": 837123613,
            "stop": 837124267
        },
        {
            "start": 837124333,
            "stop": 837126133
        },
        {
            "start": 837126143,
            "stop": 837126144
        },
        {
            "start": 837126259,
            "stop": 837126913
        },
        {
            "start": 837126921,
            "stop": 837126922
        },
        {
            "start": 837126985,
            "stop": 837146686
        },
        {
            "start": 837148200,
            "stop": 837149509
        },
        {
            "start": 837150433,
            "stop": 837157453
        },
        {
            "start": 837157462,
            "stop": 837157464
        },
        {
            "start": 837158483,
            "stop": 837160812
        },
        {
            "start": 837180893,
            "stop": 837182653
        },
        {
            "start": 837182661,
            "stop": 837182662
        },
        {
            "start": 837182972,
            "stop": 837184673
        }
    ]
}