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=40797
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=40798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40796",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40797,
    "results": [
        {
            "start": 875008955,
            "stop": 875008970
        },
        {
            "start": 875008971,
            "stop": 875009012
        },
        {
            "start": 875009014,
            "stop": 875009034
        },
        {
            "start": 875009035,
            "stop": 875009100
        },
        {
            "start": 875009102,
            "stop": 875009140
        },
        {
            "start": 875009142,
            "stop": 875009168
        },
        {
            "start": 875009169,
            "stop": 875009183
        },
        {
            "start": 875009184,
            "stop": 875009226
        },
        {
            "start": 875009227,
            "stop": 875009353
        },
        {
            "start": 875009355,
            "stop": 875009375
        },
        {
            "start": 875009376,
            "stop": 875009388
        },
        {
            "start": 875009389,
            "stop": 875009396
        },
        {
            "start": 875009397,
            "stop": 875009439
        },
        {
            "start": 875009440,
            "stop": 875009460
        },
        {
            "start": 875009461,
            "stop": 875009496
        },
        {
            "start": 875009497,
            "stop": 875009503
        },
        {
            "start": 875009504,
            "stop": 875009558
        },
        {
            "start": 875009560,
            "stop": 875009588
        },
        {
            "start": 875009589,
            "stop": 875009662
        },
        {
            "start": 875009663,
            "stop": 875009673
        }
    ]
}