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=529
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=530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=528",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 529,
    "results": [
        {
            "start": 827793898,
            "stop": 827794742
        },
        {
            "start": 827795251,
            "stop": 827795260
        },
        {
            "start": 827795261,
            "stop": 827813284
        },
        {
            "start": 827813285,
            "stop": 827817718
        },
        {
            "start": 827819647,
            "stop": 827847292
        },
        {
            "start": 827847599,
            "stop": 827849108
        },
        {
            "start": 827853949,
            "stop": 827857474
        },
        {
            "start": 827857475,
            "stop": 827858632
        },
        {
            "start": 827858633,
            "stop": 827859493
        },
        {
            "start": 827859531,
            "stop": 827859532
        },
        {
            "start": 827859695,
            "stop": 827861696
        },
        {
            "start": 827861697,
            "stop": 827862553
        },
        {
            "start": 827862651,
            "stop": 827865433
        },
        {
            "start": 827865447,
            "stop": 827865449
        },
        {
            "start": 827865491,
            "stop": 827865492
        },
        {
            "start": 827865520,
            "stop": 827865613
        },
        {
            "start": 827865646,
            "stop": 827865648
        },
        {
            "start": 827865698,
            "stop": 827865922
        },
        {
            "start": 827865923,
            "stop": 827867893
        },
        {
            "start": 827867911,
            "stop": 827867913
        }
    ]
}