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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=246",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 247,
    "results": [
        {
            "start": 820930232,
            "stop": 820930233
        },
        {
            "start": 820930236,
            "stop": 820930320
        },
        {
            "start": 820930323,
            "stop": 820930341
        },
        {
            "start": 820930344,
            "stop": 820930417
        },
        {
            "start": 820930421,
            "stop": 820930449
        },
        {
            "start": 820930452,
            "stop": 820930458
        },
        {
            "start": 820930461,
            "stop": 820930465
        },
        {
            "start": 820930468,
            "stop": 820930495
        },
        {
            "start": 820930498,
            "stop": 820930544
        },
        {
            "start": 820930548,
            "stop": 820930634
        },
        {
            "start": 820930637,
            "stop": 820930665
        },
        {
            "start": 820930668,
            "stop": 820930673
        },
        {
            "start": 820930677,
            "stop": 820930775
        },
        {
            "start": 820930778,
            "stop": 820930830
        },
        {
            "start": 820930833,
            "stop": 820930846
        },
        {
            "start": 820930849,
            "stop": 820930926
        },
        {
            "start": 820930929,
            "stop": 820931090
        },
        {
            "start": 820931093,
            "stop": 820931111
        },
        {
            "start": 820931115,
            "stop": 820931121
        },
        {
            "start": 820931124,
            "stop": 820931145
        }
    ]
}