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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=362",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 363,
    "results": [
        {
            "start": 847729955,
            "stop": 847730031
        },
        {
            "start": 847730033,
            "stop": 847730036
        },
        {
            "start": 847730037,
            "stop": 847730061
        },
        {
            "start": 847730063,
            "stop": 847730081
        },
        {
            "start": 847730083,
            "stop": 847730252
        },
        {
            "start": 847730253,
            "stop": 847730411
        },
        {
            "start": 847730413,
            "stop": 847730416
        },
        {
            "start": 847730417,
            "stop": 847730464
        },
        {
            "start": 847730465,
            "stop": 847730497
        },
        {
            "start": 847730498,
            "stop": 847730575
        },
        {
            "start": 847730577,
            "stop": 847730592
        },
        {
            "start": 847730593,
            "stop": 847730667
        },
        {
            "start": 847730669,
            "stop": 847730703
        },
        {
            "start": 847730704,
            "stop": 847730719
        },
        {
            "start": 847730721,
            "stop": 847730831
        },
        {
            "start": 847730832,
            "stop": 847730840
        },
        {
            "start": 847730841,
            "stop": 847730848
        },
        {
            "start": 847730849,
            "stop": 847730909
        },
        {
            "start": 847730910,
            "stop": 847730912
        },
        {
            "start": 847730913,
            "stop": 847730933
        }
    ]
}