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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=510",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 511,
    "results": [
        {
            "start": 825266124,
            "stop": 825266518
        },
        {
            "start": 825266838,
            "stop": 825267946
        },
        {
            "start": 825268346,
            "stop": 825268486
        },
        {
            "start": 825278301,
            "stop": 825278369
        },
        {
            "start": 825278370,
            "stop": 825278824
        },
        {
            "start": 825279224,
            "stop": 825279417
        },
        {
            "start": 825279418,
            "stop": 825279969
        },
        {
            "start": 825283968,
            "stop": 825284799
        },
        {
            "start": 825285378,
            "stop": 825285493
        },
        {
            "start": 825286010,
            "stop": 825286015
        },
        {
            "start": 825286717,
            "stop": 825287675
        },
        {
            "start": 825288830,
            "stop": 825290094
        },
        {
            "start": 825290510,
            "stop": 825291116
        },
        {
            "start": 825291534,
            "stop": 825291662
        },
        {
            "start": 825294242,
            "stop": 825294572
        },
        {
            "start": 825295589,
            "stop": 825296255
        },
        {
            "start": 825297785,
            "stop": 825299196
        },
        {
            "start": 825308127,
            "stop": 825309091
        },
        {
            "start": 825309411,
            "stop": 825309456
        },
        {
            "start": 825310458,
            "stop": 825312485
        }
    ]
}