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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=403",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 404,
    "results": [
        {
            "start": 1182545368,
            "stop": 1182546000
        },
        {
            "start": 1182546001,
            "stop": 1182546897
        },
        {
            "start": 1182546898,
            "stop": 1182547222
        },
        {
            "start": 1182547225,
            "stop": 1182547259
        },
        {
            "start": 1182547260,
            "stop": 1182547605
        },
        {
            "start": 1182547606,
            "stop": 1182547657
        },
        {
            "start": 1182547658,
            "stop": 1182548890
        },
        {
            "start": 1182548891,
            "stop": 1182548893
        },
        {
            "start": 1182548894,
            "stop": 1182549198
        },
        {
            "start": 1182549199,
            "stop": 1182549517
        },
        {
            "start": 1182549518,
            "stop": 1182550071
        },
        {
            "start": 1182550073,
            "stop": 1182550706
        },
        {
            "start": 1182550708,
            "stop": 1182550710
        },
        {
            "start": 1182550713,
            "stop": 1182550714
        },
        {
            "start": 1182550716,
            "stop": 1182550718
        },
        {
            "start": 1182550720,
            "stop": 1182550726
        },
        {
            "start": 1182550729,
            "stop": 1182550742
        },
        {
            "start": 1182550744,
            "stop": 1182551170
        },
        {
            "start": 1182551171,
            "stop": 1182551248
        },
        {
            "start": 1182551249,
            "stop": 1182551326
        }
    ]
}