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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=182",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 183,
    "results": [
        {
            "start": 1420135487,
            "stop": 1420135524
        },
        {
            "start": 1420138911,
            "stop": 1420140426
        },
        {
            "start": 1420140428,
            "stop": 1420148474
        },
        {
            "start": 1420151361,
            "stop": 1420157130
        },
        {
            "start": 1420157131,
            "stop": 1420157237
        },
        {
            "start": 1420157239,
            "stop": 1420157440
        },
        {
            "start": 1420157441,
            "stop": 1420159233
        },
        {
            "start": 1420159235,
            "stop": 1420169768
        },
        {
            "start": 1420169769,
            "stop": 1420174271
        },
        {
            "start": 1420174273,
            "stop": 1420174283
        },
        {
            "start": 1420174285,
            "stop": 1420206765
        },
        {
            "start": 1420206767,
            "stop": 1420208828
        },
        {
            "start": 1420208829,
            "stop": 1420214516
        },
        {
            "start": 1420227601,
            "stop": 1420237904
        },
        {
            "start": 1420237908,
            "stop": 1420247772
        },
        {
            "start": 1420257363,
            "stop": 1420258532
        },
        {
            "start": 1420261392,
            "stop": 1420268582
        },
        {
            "start": 1420288240,
            "stop": 1420292075
        },
        {
            "start": 1420292079,
            "stop": 1420292955
        },
        {
            "start": 1420292956,
            "stop": 1420293025
        }
    ]
}