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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=76",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 77,
    "results": [
        {
            "start": 821386589,
            "stop": 821386644
        },
        {
            "start": 821386647,
            "stop": 821386682
        },
        {
            "start": 821386685,
            "stop": 821386688
        },
        {
            "start": 821386691,
            "stop": 821386740
        },
        {
            "start": 821386743,
            "stop": 821386751
        },
        {
            "start": 821386754,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821400126
        },
        {
            "start": 821400129,
            "stop": 821400150
        },
        {
            "start": 821400153,
            "stop": 821400418
        },
        {
            "start": 821400421,
            "stop": 821400616
        },
        {
            "start": 821400619,
            "stop": 821400675
        },
        {
            "start": 821400676,
            "stop": 821400690
        },
        {
            "start": 821400693,
            "stop": 821400707
        },
        {
            "start": 821400710,
            "stop": 821400763
        },
        {
            "start": 821400766,
            "stop": 821400889
        },
        {
            "start": 821400892,
            "stop": 821400908
        },
        {
            "start": 821400911,
            "stop": 821400914
        },
        {
            "start": 821400917,
            "stop": 821401037
        },
        {
            "start": 821401040,
            "stop": 821401339
        },
        {
            "start": 821401342,
            "stop": 821401523
        }
    ]
}