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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8995",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8996,
    "results": [
        {
            "start": 873898718,
            "stop": 873898725
        },
        {
            "start": 873898742,
            "stop": 873899148
        },
        {
            "start": 873899167,
            "stop": 873899400
        },
        {
            "start": 873899419,
            "stop": 873899760
        },
        {
            "start": 873899778,
            "stop": 873899788
        },
        {
            "start": 873899805,
            "stop": 873899836
        },
        {
            "start": 873899853,
            "stop": 873900837
        },
        {
            "start": 873900856,
            "stop": 873901068
        },
        {
            "start": 873901087,
            "stop": 873901246
        },
        {
            "start": 873901265,
            "stop": 873901652
        },
        {
            "start": 873901674,
            "stop": 873903457
        },
        {
            "start": 873903476,
            "stop": 873904643
        },
        {
            "start": 873904662,
            "stop": 873904840
        },
        {
            "start": 873904859,
            "stop": 873905460
        },
        {
            "start": 873905520,
            "stop": 873905880
        },
        {
            "start": 873905899,
            "stop": 873906223
        },
        {
            "start": 873906248,
            "stop": 873906281
        },
        {
            "start": 873906304,
            "stop": 873908086
        },
        {
            "start": 873908103,
            "stop": 873908624
        },
        {
            "start": 873908643,
            "stop": 873908863
        }
    ]
}