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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=148",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 149,
    "results": [
        {
            "start": 821522043,
            "stop": 821522060
        },
        {
            "start": 821522063,
            "stop": 821522077
        },
        {
            "start": 821522080,
            "stop": 821522101
        },
        {
            "start": 821522104,
            "stop": 821522108
        },
        {
            "start": 821522111,
            "stop": 821522119
        },
        {
            "start": 821522122,
            "stop": 821522163
        },
        {
            "start": 821522166,
            "stop": 821522189
        },
        {
            "start": 821522195,
            "stop": 821522201
        },
        {
            "start": 821522205,
            "stop": 821522206
        },
        {
            "start": 821522209,
            "stop": 821522233
        },
        {
            "start": 821522236,
            "stop": 821522245
        },
        {
            "start": 821522248,
            "stop": 821522273
        },
        {
            "start": 821522276,
            "stop": 821522324
        },
        {
            "start": 821522327,
            "stop": 821522371
        },
        {
            "start": 821522374,
            "stop": 821522387
        },
        {
            "start": 821522390,
            "stop": 821522391
        },
        {
            "start": 821522395,
            "stop": 821522403
        },
        {
            "start": 821522406,
            "stop": 821522415
        },
        {
            "start": 821522418,
            "stop": 821522436
        },
        {
            "start": 821522439,
            "stop": 821522445
        }
    ]
}