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=8924
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=8925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8923",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8924,
    "results": [
        {
            "start": 873478391,
            "stop": 873478446
        },
        {
            "start": 873478466,
            "stop": 873478748
        },
        {
            "start": 873478768,
            "stop": 873478856
        },
        {
            "start": 873478875,
            "stop": 873478936
        },
        {
            "start": 873478956,
            "stop": 873478961
        },
        {
            "start": 873478997,
            "stop": 873479027
        },
        {
            "start": 873479046,
            "stop": 873479145
        },
        {
            "start": 873479186,
            "stop": 873479565
        },
        {
            "start": 873479584,
            "stop": 873479854
        },
        {
            "start": 873479874,
            "stop": 873479882
        },
        {
            "start": 873479902,
            "stop": 873479944
        },
        {
            "start": 873479979,
            "stop": 873480421
        },
        {
            "start": 873480506,
            "stop": 873480626
        },
        {
            "start": 873480652,
            "stop": 873480677
        },
        {
            "start": 873480720,
            "stop": 873480749
        },
        {
            "start": 873480771,
            "stop": 873481080
        },
        {
            "start": 873481202,
            "stop": 873481242
        },
        {
            "start": 873481262,
            "stop": 873481333
        },
        {
            "start": 873481354,
            "stop": 873481357
        },
        {
            "start": 873481445,
            "stop": 873481450
        }
    ]
}