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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=211",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 212,
    "results": [
        {
            "start": 933091775,
            "stop": 933092254
        },
        {
            "start": 933092258,
            "stop": 933092312
        },
        {
            "start": 933092314,
            "stop": 933092372
        },
        {
            "start": 933092374,
            "stop": 933093151
        },
        {
            "start": 933093153,
            "stop": 933093202
        },
        {
            "start": 933095175,
            "stop": 933095773
        },
        {
            "start": 933095777,
            "stop": 933096060
        },
        {
            "start": 933102655,
            "stop": 933102700
        },
        {
            "start": 933104983,
            "stop": 933105615
        },
        {
            "start": 933105975,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933106550
        },
        {
            "start": 933106555,
            "stop": 933107524
        },
        {
            "start": 933107526,
            "stop": 933108141
        },
        {
            "start": 933108145,
            "stop": 933109215
        },
        {
            "start": 933109575,
            "stop": 933109816
        },
        {
            "start": 933109818,
            "stop": 933109819
        },
        {
            "start": 933142374,
            "stop": 933142673
        },
        {
            "start": 933142675,
            "stop": 933142688
        },
        {
            "start": 933142690,
            "stop": 933142702
        },
        {
            "start": 933142706,
            "stop": 933142778
        }
    ]
}