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=5668
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=5669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5667",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5668,
    "results": [
        {
            "start": 874547590,
            "stop": 874547614
        },
        {
            "start": 874547617,
            "stop": 874547679
        },
        {
            "start": 874547682,
            "stop": 874547832
        },
        {
            "start": 874547835,
            "stop": 874547845
        },
        {
            "start": 874547849,
            "stop": 874547856
        },
        {
            "start": 874547860,
            "stop": 874547875
        },
        {
            "start": 874547878,
            "stop": 874547919
        },
        {
            "start": 874547922,
            "stop": 874547967
        },
        {
            "start": 874547971,
            "stop": 874547981
        },
        {
            "start": 874547985,
            "stop": 874548189
        },
        {
            "start": 874548193,
            "stop": 874548221
        },
        {
            "start": 874548225,
            "stop": 874548256
        },
        {
            "start": 874548260,
            "stop": 874548316
        },
        {
            "start": 874548320,
            "stop": 874548329
        },
        {
            "start": 874548332,
            "stop": 874548358
        },
        {
            "start": 874548362,
            "stop": 874548363
        },
        {
            "start": 874548366,
            "stop": 874548382
        },
        {
            "start": 874548386,
            "stop": 874548424
        },
        {
            "start": 874548427,
            "stop": 874548464
        },
        {
            "start": 874548467,
            "stop": 874548469
        }
    ]
}