Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=325
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=324",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 325,
    "results": [
        {
            "start": 869832460,
            "stop": 869857920
        },
        {
            "start": 869860284,
            "stop": 869862110
        },
        {
            "start": 869862112,
            "stop": 869868438
        },
        {
            "start": 869868750,
            "stop": 869871251
        },
        {
            "start": 869871562,
            "stop": 869919791
        },
        {
            "start": 869919792,
            "stop": 869922593
        },
        {
            "start": 869922901,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869949286
        },
        {
            "start": 869949586,
            "stop": 869949604
        },
        {
            "start": 869949904,
            "stop": 869950448
        },
        {
            "start": 869951049,
            "stop": 869951896
        },
        {
            "start": 869952196,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 869954380
        },
        {
            "start": 869954686,
            "stop": 869954896
        },
        {
            "start": 869955227,
            "stop": 869986914
        },
        {
            "start": 869987214,
            "stop": 869992033
        },
        {
            "start": 869992143,
            "stop": 869993055
        },
        {
            "start": 869993355,
            "stop": 870007482
        },
        {
            "start": 870008831,
            "stop": 870011549
        },
        {
            "start": 870011653,
            "stop": 870023831
        }
    ]
}