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=636
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=637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=635",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 636,
    "results": [
        {
            "start": 844017591,
            "stop": 844017624
        },
        {
            "start": 844017626,
            "stop": 844017697
        },
        {
            "start": 844017698,
            "stop": 844017703
        },
        {
            "start": 844024590,
            "stop": 844024592
        },
        {
            "start": 844024593,
            "stop": 844024607
        },
        {
            "start": 844024609,
            "stop": 844024622
        },
        {
            "start": 844031308,
            "stop": 844031363
        },
        {
            "start": 844031364,
            "stop": 844031365
        },
        {
            "start": 844031366,
            "stop": 844031549
        },
        {
            "start": 844031550,
            "stop": 844031583
        },
        {
            "start": 844031584,
            "stop": 844031597
        },
        {
            "start": 844031598,
            "stop": 844031875
        },
        {
            "start": 844031882,
            "stop": 844032022
        },
        {
            "start": 844032023,
            "stop": 844032149
        },
        {
            "start": 844032150,
            "stop": 844032164
        },
        {
            "start": 844032167,
            "stop": 844032274
        },
        {
            "start": 844032276,
            "stop": 844032405
        },
        {
            "start": 844032406,
            "stop": 844033050
        },
        {
            "start": 844033051,
            "stop": 844033458
        },
        {
            "start": 844033460,
            "stop": 844035136
        }
    ]
}