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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9801",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9802,
    "results": [
        {
            "start": 873421937,
            "stop": 873422571
        },
        {
            "start": 873422691,
            "stop": 873424459
        },
        {
            "start": 873435300,
            "stop": 873435420
        },
        {
            "start": 873435480,
            "stop": 873435660
        },
        {
            "start": 873435720,
            "stop": 873435840
        },
        {
            "start": 873435960,
            "stop": 873435990
        },
        {
            "start": 873436080,
            "stop": 873436260
        },
        {
            "start": 873436923,
            "stop": 873438300
        },
        {
            "start": 873438360,
            "stop": 873438592
        },
        {
            "start": 873438609,
            "stop": 873440400
        },
        {
            "start": 873440460,
            "stop": 873440575
        },
        {
            "start": 873440592,
            "stop": 873441012
        },
        {
            "start": 873441132,
            "stop": 873442715
        },
        {
            "start": 873442732,
            "stop": 873442877
        },
        {
            "start": 873442894,
            "stop": 873443896
        },
        {
            "start": 873443913,
            "stop": 873447120
        },
        {
            "start": 873447180,
            "stop": 873447651
        },
        {
            "start": 873447668,
            "stop": 873449400
        },
        {
            "start": 873449460,
            "stop": 873451614
        },
        {
            "start": 873451631,
            "stop": 873451924
        }
    ]
}