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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=658",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 659,
    "results": [
        {
            "start": 849945934,
            "stop": 849945940
        },
        {
            "start": 849945968,
            "stop": 849947372
        },
        {
            "start": 849947378,
            "stop": 849947379
        },
        {
            "start": 849947463,
            "stop": 849947851
        },
        {
            "start": 849947854,
            "stop": 849948042
        },
        {
            "start": 849948045,
            "stop": 849949537
        },
        {
            "start": 849949544,
            "stop": 849949545
        },
        {
            "start": 849949615,
            "stop": 849949964
        },
        {
            "start": 849949967,
            "stop": 849949970
        },
        {
            "start": 849949973,
            "stop": 849949981
        },
        {
            "start": 849950052,
            "stop": 849950054
        },
        {
            "start": 849950058,
            "stop": 849950455
        },
        {
            "start": 849950458,
            "stop": 849950459
        },
        {
            "start": 849950470,
            "stop": 849950471
        },
        {
            "start": 849950474,
            "stop": 849950476
        },
        {
            "start": 849953968,
            "stop": 849958633
        },
        {
            "start": 849961136,
            "stop": 849974438
        },
        {
            "start": 849997247,
            "stop": 849997772
        },
        {
            "start": 849999196,
            "stop": 850020485
        },
        {
            "start": 850021582,
            "stop": 850058295
        }
    ]
}