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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=264",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 265,
    "results": [
        {
            "start": 822380258,
            "stop": 822382753
        },
        {
            "start": 822382820,
            "stop": 822382849
        },
        {
            "start": 822383279,
            "stop": 822385772
        },
        {
            "start": 822386072,
            "stop": 822386418
        },
        {
            "start": 822386718,
            "stop": 822389496
        },
        {
            "start": 822389499,
            "stop": 822392727
        },
        {
            "start": 822392730,
            "stop": 822393024
        },
        {
            "start": 822393778,
            "stop": 822393826
        },
        {
            "start": 822393830,
            "stop": 822393840
        },
        {
            "start": 822393844,
            "stop": 822393850
        },
        {
            "start": 822397076,
            "stop": 822398169
        },
        {
            "start": 822398172,
            "stop": 822401983
        },
        {
            "start": 822402216,
            "stop": 822403852
        },
        {
            "start": 822403856,
            "stop": 822405584
        },
        {
            "start": 822405765,
            "stop": 822405796
        },
        {
            "start": 822405799,
            "stop": 822406794
        },
        {
            "start": 822406798,
            "stop": 822407744
        },
        {
            "start": 822407925,
            "stop": 822408751
        },
        {
            "start": 822408756,
            "stop": 822408757
        },
        {
            "start": 822408760,
            "stop": 822409180
        }
    ]
}