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=6468
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=6469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6467",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6468,
    "results": [
        {
            "start": 874042083,
            "stop": 874042356
        },
        {
            "start": 874042357,
            "stop": 874042401
        },
        {
            "start": 874042402,
            "stop": 874042668
        },
        {
            "start": 874042669,
            "stop": 874042782
        },
        {
            "start": 874042783,
            "stop": 874042802
        },
        {
            "start": 874042803,
            "stop": 874043284
        },
        {
            "start": 874043285,
            "stop": 874043369
        },
        {
            "start": 874043370,
            "stop": 874043916
        },
        {
            "start": 874043918,
            "stop": 874044191
        },
        {
            "start": 874044192,
            "stop": 874044324
        },
        {
            "start": 874044325,
            "stop": 874044559
        },
        {
            "start": 874044560,
            "stop": 874044599
        },
        {
            "start": 874044601,
            "stop": 874044873
        },
        {
            "start": 874044874,
            "stop": 874044962
        },
        {
            "start": 874044963,
            "stop": 874045086
        },
        {
            "start": 874045087,
            "stop": 874045312
        },
        {
            "start": 874045314,
            "stop": 874045714
        },
        {
            "start": 874045715,
            "stop": 874045837
        },
        {
            "start": 874045838,
            "stop": 874045851
        },
        {
            "start": 874045852,
            "stop": 874046138
        }
    ]
}