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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 155,
    "results": [
        {
            "start": 931402423,
            "stop": 931402424
        },
        {
            "start": 931402425,
            "stop": 931402432
        },
        {
            "start": 931402433,
            "stop": 931402435
        },
        {
            "start": 931402437,
            "stop": 931402457
        },
        {
            "start": 931402459,
            "stop": 931402485
        },
        {
            "start": 931402486,
            "stop": 931402488
        },
        {
            "start": 931402489,
            "stop": 931402490
        },
        {
            "start": 931402491,
            "stop": 931402495
        },
        {
            "start": 931402497,
            "stop": 931402524
        },
        {
            "start": 931402525,
            "stop": 931402562
        },
        {
            "start": 931402563,
            "stop": 931402569
        },
        {
            "start": 931402570,
            "stop": 931402584
        },
        {
            "start": 931402586,
            "stop": 931402594
        },
        {
            "start": 931402596,
            "stop": 931402597
        },
        {
            "start": 931402599,
            "stop": 931402617
        },
        {
            "start": 931402619,
            "stop": 931402647
        },
        {
            "start": 931402649,
            "stop": 931402691
        },
        {
            "start": 931402693,
            "stop": 931402710
        },
        {
            "start": 931402712,
            "stop": 931402722
        },
        {
            "start": 931402724,
            "stop": 931402741
        }
    ]
}