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=652
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=653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=651",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 652,
    "results": [
        {
            "start": 848729317,
            "stop": 848729318
        },
        {
            "start": 848729360,
            "stop": 848729365
        },
        {
            "start": 848729370,
            "stop": 848732610
        },
        {
            "start": 848732613,
            "stop": 848732614
        },
        {
            "start": 848732636,
            "stop": 848732638
        },
        {
            "start": 848732647,
            "stop": 848732813
        },
        {
            "start": 848732850,
            "stop": 848732853
        },
        {
            "start": 848732860,
            "stop": 848732897
        },
        {
            "start": 848732911,
            "stop": 848732937
        },
        {
            "start": 848732940,
            "stop": 848732941
        },
        {
            "start": 848732944,
            "stop": 848735286
        },
        {
            "start": 848735858,
            "stop": 848735881
        },
        {
            "start": 848735884,
            "stop": 848735886
        },
        {
            "start": 848735921,
            "stop": 848735927
        },
        {
            "start": 848736008,
            "stop": 848736036
        },
        {
            "start": 848736106,
            "stop": 848736673
        },
        {
            "start": 848738271,
            "stop": 848741953
        },
        {
            "start": 848743127,
            "stop": 848744532
        },
        {
            "start": 848745876,
            "stop": 848750473
        },
        {
            "start": 848751890,
            "stop": 848755568
        }
    ]
}