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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=57",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 58,
    "results": [
        {
            "start": 822361480,
            "stop": 822361482
        },
        {
            "start": 822361555,
            "stop": 822366313
        },
        {
            "start": 822366346,
            "stop": 822366348
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368620,
            "stop": 822368621
        },
        {
            "start": 822368823,
            "stop": 822371353
        },
        {
            "start": 822371360,
            "stop": 822371361
        },
        {
            "start": 822371496,
            "stop": 822375659
        },
        {
            "start": 822376169,
            "stop": 822379633
        },
        {
            "start": 822379675,
            "stop": 822379677
        },
        {
            "start": 822379754,
            "stop": 822380113
        },
        {
            "start": 822380196,
            "stop": 822380211
        },
        {
            "start": 822380258,
            "stop": 822382753
        },
        {
            "start": 822382759,
            "stop": 822382760
        },
        {
            "start": 822382820,
            "stop": 822382849
        },
        {
            "start": 822383279,
            "stop": 822385772
        },
        {
            "start": 822386072,
            "stop": 822386418
        },
        {
            "start": 822386718,
            "stop": 822393025
        },
        {
            "start": 822393778,
            "stop": 822393853
        },
        {
            "start": 822393854,
            "stop": 822393856
        }
    ]
}