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=707
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=708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=706",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 707,
    "results": [
        {
            "start": 866201319,
            "stop": 866201846
        },
        {
            "start": 866201865,
            "stop": 866201932
        },
        {
            "start": 866201969,
            "stop": 866202022
        },
        {
            "start": 866202041,
            "stop": 866202205
        },
        {
            "start": 866202224,
            "stop": 866202404
        },
        {
            "start": 866202424,
            "stop": 866202498
        },
        {
            "start": 866202517,
            "stop": 866202863
        },
        {
            "start": 866202882,
            "stop": 866203148
        },
        {
            "start": 866203167,
            "stop": 866204248
        },
        {
            "start": 866204267,
            "stop": 866204299
        },
        {
            "start": 866204318,
            "stop": 866204329
        },
        {
            "start": 866204348,
            "stop": 866204645
        },
        {
            "start": 866204664,
            "stop": 866205099
        },
        {
            "start": 866205118,
            "stop": 866206128
        },
        {
            "start": 866206157,
            "stop": 866206634
        },
        {
            "start": 866206653,
            "stop": 866207007
        },
        {
            "start": 866207026,
            "stop": 866207434
        },
        {
            "start": 866207453,
            "stop": 866207549
        },
        {
            "start": 866207568,
            "stop": 866207592
        },
        {
            "start": 866207611,
            "stop": 866207685
        }
    ]
}