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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=93",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 94,
    "results": [
        {
            "start": 825520451,
            "stop": 825526333
        },
        {
            "start": 825526361,
            "stop": 825526362
        },
        {
            "start": 825526563,
            "stop": 825528668
        },
        {
            "start": 825534332,
            "stop": 825539985
        },
        {
            "start": 825541382,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545861
        },
        {
            "start": 825546686,
            "stop": 825546976
        },
        {
            "start": 825547484,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825579040
        },
        {
            "start": 825579150,
            "stop": 825579968
        },
        {
            "start": 825580268,
            "stop": 825580322
        },
        {
            "start": 825580432,
            "stop": 825581728
        },
        {
            "start": 825585263,
            "stop": 825587855
        },
        {
            "start": 825588155,
            "stop": 825588275
        },
        {
            "start": 825588385,
            "stop": 825589802
        },
        {
            "start": 825590102,
            "stop": 825590168
        },
        {
            "start": 825590278,
            "stop": 825590523
        },
        {
            "start": 825597440,
            "stop": 825605398
        },
        {
            "start": 825605508,
            "stop": 825606835
        },
        {
            "start": 825607135,
            "stop": 825607182
        }
    ]
}