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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=221",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 222,
    "results": [
        {
            "start": 820527872,
            "stop": 820527875
        },
        {
            "start": 820527878,
            "stop": 820528181
        },
        {
            "start": 820528185,
            "stop": 820528357
        },
        {
            "start": 820528360,
            "stop": 820528421
        },
        {
            "start": 820528424,
            "stop": 820528746
        },
        {
            "start": 820533667,
            "stop": 820533668
        },
        {
            "start": 820533672,
            "stop": 820533688
        },
        {
            "start": 820535236,
            "stop": 820535356
        },
        {
            "start": 820535359,
            "stop": 820536274
        },
        {
            "start": 820536278,
            "stop": 820536297
        },
        {
            "start": 820536300,
            "stop": 820536512
        },
        {
            "start": 820536515,
            "stop": 820536527
        },
        {
            "start": 820536531,
            "stop": 820536774
        },
        {
            "start": 820537635,
            "stop": 820537794
        },
        {
            "start": 820537798,
            "stop": 820538293
        },
        {
            "start": 820538296,
            "stop": 820538400
        },
        {
            "start": 820538404,
            "stop": 820538551
        },
        {
            "start": 820538554,
            "stop": 820538558
        },
        {
            "start": 820538561,
            "stop": 820538564
        },
        {
            "start": 820538567,
            "stop": 820538634
        }
    ]
}