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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=74",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 75,
    "results": [
        {
            "start": 931349513,
            "stop": 931349523
        },
        {
            "start": 931349530,
            "stop": 931349532
        },
        {
            "start": 931349536,
            "stop": 931349537
        },
        {
            "start": 931349539,
            "stop": 931349542
        },
        {
            "start": 931349544,
            "stop": 931349568
        },
        {
            "start": 931349575,
            "stop": 931349578
        },
        {
            "start": 931349580,
            "stop": 931349635
        },
        {
            "start": 931349637,
            "stop": 931349720
        },
        {
            "start": 931349722,
            "stop": 931349771
        },
        {
            "start": 931349773,
            "stop": 931349877
        },
        {
            "start": 931349880,
            "stop": 931349915
        },
        {
            "start": 931349917,
            "stop": 931349961
        },
        {
            "start": 931349963,
            "stop": 931349978
        },
        {
            "start": 931349980,
            "stop": 931350001
        },
        {
            "start": 931350003,
            "stop": 931350006
        },
        {
            "start": 931350007,
            "stop": 931350009
        },
        {
            "start": 931350011,
            "stop": 931350202
        },
        {
            "start": 931350204,
            "stop": 931350220
        },
        {
            "start": 931350222,
            "stop": 931350353
        },
        {
            "start": 931350355,
            "stop": 931350364
        }
    ]
}