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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5698",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5699,
    "results": [
        {
            "start": 874585600,
            "stop": 874585717
        },
        {
            "start": 874585720,
            "stop": 874585721
        },
        {
            "start": 874585724,
            "stop": 874586073
        },
        {
            "start": 874586076,
            "stop": 874586142
        },
        {
            "start": 874586145,
            "stop": 874586206
        },
        {
            "start": 874586209,
            "stop": 874586219
        },
        {
            "start": 874586222,
            "stop": 874586238
        },
        {
            "start": 874586243,
            "stop": 874586270
        },
        {
            "start": 874586273,
            "stop": 874586287
        },
        {
            "start": 874586290,
            "stop": 874586439
        },
        {
            "start": 874586443,
            "stop": 874586463
        },
        {
            "start": 874586466,
            "stop": 874586536
        },
        {
            "start": 874586539,
            "stop": 874586552
        },
        {
            "start": 874586559,
            "stop": 874586641
        },
        {
            "start": 874586644,
            "stop": 874586714
        },
        {
            "start": 874586717,
            "stop": 874586845
        },
        {
            "start": 874586848,
            "stop": 874586927
        },
        {
            "start": 874586930,
            "stop": 874587022
        },
        {
            "start": 874587025,
            "stop": 874587049
        },
        {
            "start": 874587052,
            "stop": 874587065
        }
    ]
}