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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=262",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 263,
    "results": [
        {
            "start": 821037713,
            "stop": 821037715
        },
        {
            "start": 821037718,
            "stop": 821037764
        },
        {
            "start": 821037768,
            "stop": 821037913
        },
        {
            "start": 821038539,
            "stop": 821038845
        },
        {
            "start": 821038848,
            "stop": 821038892
        },
        {
            "start": 821038899,
            "stop": 821038960
        },
        {
            "start": 821038963,
            "stop": 821039035
        },
        {
            "start": 821039053,
            "stop": 821039088
        },
        {
            "start": 821039106,
            "stop": 821039175
        },
        {
            "start": 821039178,
            "stop": 821039181
        },
        {
            "start": 821039195,
            "stop": 821039201
        },
        {
            "start": 821039209,
            "stop": 821039213
        },
        {
            "start": 821039216,
            "stop": 821039224
        },
        {
            "start": 821039227,
            "stop": 821039235
        },
        {
            "start": 821039238,
            "stop": 821039242
        },
        {
            "start": 821039255,
            "stop": 821039340
        },
        {
            "start": 821039350,
            "stop": 821039361
        },
        {
            "start": 821039370,
            "stop": 821039380
        },
        {
            "start": 821039383,
            "stop": 821039393
        },
        {
            "start": 821039396,
            "stop": 821039516
        }
    ]
}