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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=252",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 253,
    "results": [
        {
            "start": 931759118,
            "stop": 931759219
        },
        {
            "start": 931759221,
            "stop": 931759228
        },
        {
            "start": 931759232,
            "stop": 931759233
        },
        {
            "start": 931759234,
            "stop": 931759241
        },
        {
            "start": 931759242,
            "stop": 931759246
        },
        {
            "start": 931759248,
            "stop": 931759509
        },
        {
            "start": 931759511,
            "stop": 931759596
        },
        {
            "start": 931759597,
            "stop": 931759624
        },
        {
            "start": 931759625,
            "stop": 931759849
        },
        {
            "start": 931759852,
            "stop": 931759855
        },
        {
            "start": 931759856,
            "stop": 931759941
        },
        {
            "start": 931759947,
            "stop": 931760338
        },
        {
            "start": 931760340,
            "stop": 931760342
        },
        {
            "start": 931760344,
            "stop": 931760378
        },
        {
            "start": 931760379,
            "stop": 931760397
        },
        {
            "start": 931760402,
            "stop": 931760406
        },
        {
            "start": 931760408,
            "stop": 931760516
        },
        {
            "start": 931760518,
            "stop": 931760530
        },
        {
            "start": 931760532,
            "stop": 931760572
        },
        {
            "start": 931760573,
            "stop": 931760577
        }
    ]
}