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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3681",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3682,
    "results": [
        {
            "start": 873029340,
            "stop": 873029608
        },
        {
            "start": 873029626,
            "stop": 873029632
        },
        {
            "start": 873029649,
            "stop": 873029683
        },
        {
            "start": 873029700,
            "stop": 873029852
        },
        {
            "start": 873029869,
            "stop": 873029898
        },
        {
            "start": 873029915,
            "stop": 873030053
        },
        {
            "start": 873030070,
            "stop": 873030140
        },
        {
            "start": 873030157,
            "stop": 873030715
        },
        {
            "start": 873030734,
            "stop": 873031731
        },
        {
            "start": 873031765,
            "stop": 873031971
        },
        {
            "start": 873031988,
            "stop": 873032025
        },
        {
            "start": 873032042,
            "stop": 873032059
        },
        {
            "start": 873032076,
            "stop": 873032341
        },
        {
            "start": 873032358,
            "stop": 873033654
        },
        {
            "start": 873033671,
            "stop": 873034244
        },
        {
            "start": 873034261,
            "stop": 873034285
        },
        {
            "start": 873034318,
            "stop": 873034600
        },
        {
            "start": 873034617,
            "stop": 873036357
        },
        {
            "start": 873036374,
            "stop": 873036610
        },
        {
            "start": 873036627,
            "stop": 873037885
        }
    ]
}