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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8095",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8096,
    "results": [
        {
            "start": 872563703,
            "stop": 872563783
        },
        {
            "start": 872570266,
            "stop": 872570269
        },
        {
            "start": 872570307,
            "stop": 872570309
        },
        {
            "start": 872570326,
            "stop": 872570330
        },
        {
            "start": 872570355,
            "stop": 872570365
        },
        {
            "start": 872570390,
            "stop": 872570954
        },
        {
            "start": 872570971,
            "stop": 872571803
        },
        {
            "start": 872571823,
            "stop": 872572061
        },
        {
            "start": 872572080,
            "stop": 872572083
        },
        {
            "start": 872572102,
            "stop": 872572176
        },
        {
            "start": 872572193,
            "stop": 872572730
        },
        {
            "start": 872572751,
            "stop": 872573332
        },
        {
            "start": 872573452,
            "stop": 872573460
        },
        {
            "start": 872576504,
            "stop": 872576962
        },
        {
            "start": 872576979,
            "stop": 872577199
        },
        {
            "start": 872577216,
            "stop": 872577425
        },
        {
            "start": 872577444,
            "stop": 872577501
        },
        {
            "start": 872577518,
            "stop": 872577762
        },
        {
            "start": 872577779,
            "stop": 872578045
        },
        {
            "start": 872578165,
            "stop": 872578204
        }
    ]
}