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=6479
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=6480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6478",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6479,
    "results": [
        {
            "start": 874090991,
            "stop": 874091104
        },
        {
            "start": 874091106,
            "stop": 874091427
        },
        {
            "start": 874091428,
            "stop": 874091797
        },
        {
            "start": 874091799,
            "stop": 874091848
        },
        {
            "start": 874091849,
            "stop": 874091887
        },
        {
            "start": 874091889,
            "stop": 874092057
        },
        {
            "start": 874092059,
            "stop": 874092252
        },
        {
            "start": 874092253,
            "stop": 874092323
        },
        {
            "start": 874092324,
            "stop": 874092360
        },
        {
            "start": 874092420,
            "stop": 874092939
        },
        {
            "start": 874092940,
            "stop": 874092944
        },
        {
            "start": 874092945,
            "stop": 874093382
        },
        {
            "start": 874093383,
            "stop": 874093486
        },
        {
            "start": 874093487,
            "stop": 874093617
        },
        {
            "start": 874093618,
            "stop": 874093667
        },
        {
            "start": 874093668,
            "stop": 874093672
        },
        {
            "start": 874093673,
            "stop": 874093841
        },
        {
            "start": 874093842,
            "stop": 874093895
        },
        {
            "start": 874093896,
            "stop": 874094544
        },
        {
            "start": 874094546,
            "stop": 874094840
        }
    ]
}