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=46802
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=46803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46801",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46802,
    "results": [
        {
            "start": 875119335,
            "stop": 875119353
        },
        {
            "start": 875119354,
            "stop": 875119371
        },
        {
            "start": 875119372,
            "stop": 875119414
        },
        {
            "start": 875119417,
            "stop": 875119432
        },
        {
            "start": 875119433,
            "stop": 875119435
        },
        {
            "start": 875119436,
            "stop": 875119442
        },
        {
            "start": 875119443,
            "stop": 875119450
        },
        {
            "start": 875119452,
            "stop": 875119463
        },
        {
            "start": 875119466,
            "stop": 875119484
        },
        {
            "start": 875119485,
            "stop": 875119491
        },
        {
            "start": 875119495,
            "stop": 875119507
        },
        {
            "start": 875119510,
            "stop": 875119565
        },
        {
            "start": 875119567,
            "stop": 875119592
        },
        {
            "start": 875119593,
            "stop": 875119614
        },
        {
            "start": 875119617,
            "stop": 875119622
        },
        {
            "start": 875119623,
            "stop": 875119630
        },
        {
            "start": 875119633,
            "stop": 875119634
        },
        {
            "start": 875119635,
            "stop": 875119664
        },
        {
            "start": 875119665,
            "stop": 875119668
        },
        {
            "start": 875119670,
            "stop": 875119690
        }
    ]
}