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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40892",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40893,
    "results": [
        {
            "start": 875080101,
            "stop": 875080143
        },
        {
            "start": 875080144,
            "stop": 875080151
        },
        {
            "start": 875080152,
            "stop": 875080170
        },
        {
            "start": 875080173,
            "stop": 875080205
        },
        {
            "start": 875080206,
            "stop": 875080215
        },
        {
            "start": 875080216,
            "stop": 875080250
        },
        {
            "start": 875080252,
            "stop": 875080481
        },
        {
            "start": 875080482,
            "stop": 875080490
        },
        {
            "start": 875080491,
            "stop": 875080504
        },
        {
            "start": 875080505,
            "stop": 875080550
        },
        {
            "start": 875080551,
            "stop": 875080556
        },
        {
            "start": 875080557,
            "stop": 875080581
        },
        {
            "start": 875080582,
            "stop": 875080624
        },
        {
            "start": 875080627,
            "stop": 875080690
        },
        {
            "start": 875080691,
            "stop": 875080752
        },
        {
            "start": 875080754,
            "stop": 875080770
        },
        {
            "start": 875080771,
            "stop": 875080822
        },
        {
            "start": 875080823,
            "stop": 875080852
        },
        {
            "start": 875080854,
            "stop": 875080886
        },
        {
            "start": 875080887,
            "stop": 875080995
        }
    ]
}