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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8693",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8694,
    "results": [
        {
            "start": 872152045,
            "stop": 872152186
        },
        {
            "start": 872152203,
            "stop": 872152665
        },
        {
            "start": 872152682,
            "stop": 872152685
        },
        {
            "start": 872152702,
            "stop": 872154788
        },
        {
            "start": 872154805,
            "stop": 872155436
        },
        {
            "start": 872155453,
            "stop": 872155567
        },
        {
            "start": 872155584,
            "stop": 872158447
        },
        {
            "start": 872158464,
            "stop": 872159185
        },
        {
            "start": 872159202,
            "stop": 872160508
        },
        {
            "start": 872160525,
            "stop": 872160840
        },
        {
            "start": 872160857,
            "stop": 872161765
        },
        {
            "start": 872161782,
            "stop": 872161893
        },
        {
            "start": 872161910,
            "stop": 872162519
        },
        {
            "start": 872162536,
            "stop": 872164620
        },
        {
            "start": 872164680,
            "stop": 872165658
        },
        {
            "start": 872165675,
            "stop": 872166680
        },
        {
            "start": 872166697,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872169420
        },
        {
            "start": 872169480,
            "stop": 872169840
        },
        {
            "start": 872169900,
            "stop": 872170140
        }
    ]
}