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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=317",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 318,
    "results": [
        {
            "start": 1181010623,
            "stop": 1181011211
        },
        {
            "start": 1181011212,
            "stop": 1181011216
        },
        {
            "start": 1181011217,
            "stop": 1181012125
        },
        {
            "start": 1181012129,
            "stop": 1181013937
        },
        {
            "start": 1181013939,
            "stop": 1181013940
        },
        {
            "start": 1181013941,
            "stop": 1181014066
        },
        {
            "start": 1181014068,
            "stop": 1181014097
        },
        {
            "start": 1181014098,
            "stop": 1181014246
        },
        {
            "start": 1181014247,
            "stop": 1181014248
        },
        {
            "start": 1181014249,
            "stop": 1181014428
        },
        {
            "start": 1181014429,
            "stop": 1181014488
        },
        {
            "start": 1181014490,
            "stop": 1181014491
        },
        {
            "start": 1181014493,
            "stop": 1181014560
        },
        {
            "start": 1181014561,
            "stop": 1181014626
        },
        {
            "start": 1181014629,
            "stop": 1181014725
        },
        {
            "start": 1181014730,
            "stop": 1181014736
        },
        {
            "start": 1181014737,
            "stop": 1181014786
        },
        {
            "start": 1181014787,
            "stop": 1181014796
        },
        {
            "start": 1181014798,
            "stop": 1181014859
        },
        {
            "start": 1181014860,
            "stop": 1181014962
        }
    ]
}