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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=13",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 14,
    "results": [
        {
            "start": 816423525,
            "stop": 816435883
        },
        {
            "start": 816435895,
            "stop": 816438398
        },
        {
            "start": 816438411,
            "stop": 816439318
        },
        {
            "start": 816441310,
            "stop": 816448546
        },
        {
            "start": 816448547,
            "stop": 816463640
        },
        {
            "start": 816463653,
            "stop": 816468903
        },
        {
            "start": 816468915,
            "stop": 816470953
        },
        {
            "start": 816470966,
            "stop": 816471753
        },
        {
            "start": 816471766,
            "stop": 816471768
        },
        {
            "start": 816474137,
            "stop": 816474878
        },
        {
            "start": 816474891,
            "stop": 816476027
        },
        {
            "start": 816476039,
            "stop": 816484833
        },
        {
            "start": 816484846,
            "stop": 816498097
        },
        {
            "start": 816498110,
            "stop": 816500128
        },
        {
            "start": 816501988,
            "stop": 816526769
        },
        {
            "start": 816528561,
            "stop": 816536299
        },
        {
            "start": 816536300,
            "stop": 816539873
        },
        {
            "start": 816539886,
            "stop": 816545843
        },
        {
            "start": 816545855,
            "stop": 816562096
        },
        {
            "start": 816562097,
            "stop": 816575015
        }
    ]
}