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=40700
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=40701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40699",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40700,
    "results": [
        {
            "start": 874940411,
            "stop": 874940417
        },
        {
            "start": 874940419,
            "stop": 874940429
        },
        {
            "start": 874940430,
            "stop": 874940438
        },
        {
            "start": 874940439,
            "stop": 874940471
        },
        {
            "start": 874940472,
            "stop": 874940476
        },
        {
            "start": 874940477,
            "stop": 874940508
        },
        {
            "start": 874940509,
            "stop": 874940533
        },
        {
            "start": 874940534,
            "stop": 874940553
        },
        {
            "start": 874940554,
            "stop": 874940597
        },
        {
            "start": 874940599,
            "stop": 874940609
        },
        {
            "start": 874940610,
            "stop": 874940678
        },
        {
            "start": 874940679,
            "stop": 874940702
        },
        {
            "start": 874940703,
            "stop": 874940737
        },
        {
            "start": 874940739,
            "stop": 874940804
        },
        {
            "start": 874940805,
            "stop": 874940822
        },
        {
            "start": 874940823,
            "stop": 874940843
        },
        {
            "start": 874940845,
            "stop": 874940846
        },
        {
            "start": 874940847,
            "stop": 874940861
        },
        {
            "start": 874940863,
            "stop": 874940906
        },
        {
            "start": 874940907,
            "stop": 874940958
        }
    ]
}