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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=107
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 107,
    "results": [
        {
            "start": 931346052,
            "stop": 931346120
        },
        {
            "start": 931346122,
            "stop": 931346209
        },
        {
            "start": 931346211,
            "stop": 931346244
        },
        {
            "start": 931346247,
            "stop": 931346327
        },
        {
            "start": 931346328,
            "stop": 931346381
        },
        {
            "start": 931346385,
            "stop": 931346392
        },
        {
            "start": 931346393,
            "stop": 931346463
        },
        {
            "start": 931346464,
            "stop": 931346508
        },
        {
            "start": 931346510,
            "stop": 931346541
        },
        {
            "start": 931346544,
            "stop": 931346556
        },
        {
            "start": 931346559,
            "stop": 931346572
        },
        {
            "start": 931346574,
            "stop": 931346586
        },
        {
            "start": 931346589,
            "stop": 931346602
        },
        {
            "start": 931346604,
            "stop": 931346617
        },
        {
            "start": 931346619,
            "stop": 931346622
        },
        {
            "start": 931346624,
            "stop": 931346631
        },
        {
            "start": 931346634,
            "stop": 931346694
        },
        {
            "start": 931346696,
            "stop": 931346712
        },
        {
            "start": 931346714,
            "stop": 931346724
        },
        {
            "start": 931346729,
            "stop": 931346753
        }
    ]
}