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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=259",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 260,
    "results": [
        {
            "start": 931773242,
            "stop": 931773246
        },
        {
            "start": 931773248,
            "stop": 931773293
        },
        {
            "start": 931773297,
            "stop": 931773317
        },
        {
            "start": 931773319,
            "stop": 931773341
        },
        {
            "start": 931773343,
            "stop": 931773353
        },
        {
            "start": 931773355,
            "stop": 931773388
        },
        {
            "start": 931773390,
            "stop": 931773427
        },
        {
            "start": 931773428,
            "stop": 931773619
        },
        {
            "start": 931773621,
            "stop": 931773624
        },
        {
            "start": 931773626,
            "stop": 931773807
        },
        {
            "start": 931773809,
            "stop": 931773829
        },
        {
            "start": 931773830,
            "stop": 931773835
        },
        {
            "start": 931773836,
            "stop": 931773840
        },
        {
            "start": 931773844,
            "stop": 931773846
        },
        {
            "start": 931773848,
            "stop": 931773871
        },
        {
            "start": 931773874,
            "stop": 931773911
        },
        {
            "start": 931773913,
            "stop": 931773914
        },
        {
            "start": 931773916,
            "stop": 931773922
        },
        {
            "start": 931773924,
            "stop": 931773951
        },
        {
            "start": 931773952,
            "stop": 931773956
        }
    ]
}