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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=83",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 84,
    "results": [
        {
            "start": 821347747,
            "stop": 821347770
        },
        {
            "start": 821347773,
            "stop": 821348624
        },
        {
            "start": 821348627,
            "stop": 821348946
        },
        {
            "start": 821348949,
            "stop": 821348997
        },
        {
            "start": 821349000,
            "stop": 821349087
        },
        {
            "start": 821349090,
            "stop": 821349215
        },
        {
            "start": 821349218,
            "stop": 821349286
        },
        {
            "start": 821349289,
            "stop": 821349315
        },
        {
            "start": 821349318,
            "stop": 821349641
        },
        {
            "start": 821349644,
            "stop": 821349655
        },
        {
            "start": 821349660,
            "stop": 821349879
        },
        {
            "start": 821349882,
            "stop": 821350127
        },
        {
            "start": 821350130,
            "stop": 821350349
        },
        {
            "start": 821350352,
            "stop": 821350556
        },
        {
            "start": 821350559,
            "stop": 821350771
        },
        {
            "start": 821350774,
            "stop": 821350916
        },
        {
            "start": 821350919,
            "stop": 821350922
        },
        {
            "start": 821350925,
            "stop": 821350926
        },
        {
            "start": 821350929,
            "stop": 821350931
        },
        {
            "start": 821350934,
            "stop": 821351075
        }
    ]
}