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=401
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=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=400",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 401,
    "results": [
        {
            "start": 825944663,
            "stop": 825944732
        },
        {
            "start": 825944736,
            "stop": 825944753
        },
        {
            "start": 825944757,
            "stop": 825944817
        },
        {
            "start": 825946464,
            "stop": 825946486
        },
        {
            "start": 825946489,
            "stop": 825946502
        },
        {
            "start": 825946506,
            "stop": 825946585
        },
        {
            "start": 825946588,
            "stop": 825946651
        },
        {
            "start": 825946654,
            "stop": 825946789
        },
        {
            "start": 825946792,
            "stop": 825946808
        },
        {
            "start": 825946812,
            "stop": 825946873
        },
        {
            "start": 825946876,
            "stop": 825946974
        },
        {
            "start": 825946977,
            "stop": 825947023
        },
        {
            "start": 825947027,
            "stop": 825947294
        },
        {
            "start": 825947298,
            "stop": 825948285
        },
        {
            "start": 825948289,
            "stop": 825948411
        },
        {
            "start": 825948414,
            "stop": 825948464
        },
        {
            "start": 825948645,
            "stop": 825948935
        },
        {
            "start": 825948938,
            "stop": 825949109
        },
        {
            "start": 825949112,
            "stop": 825949234
        },
        {
            "start": 825949237,
            "stop": 825949277
        }
    ]
}