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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=70",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 71,
    "results": [
        {
            "start": 931462397,
            "stop": 931462400
        },
        {
            "start": 931462402,
            "stop": 931462429
        },
        {
            "start": 931462431,
            "stop": 931462452
        },
        {
            "start": 931462454,
            "stop": 931462473
        },
        {
            "start": 931462475,
            "stop": 931462484
        },
        {
            "start": 931462485,
            "stop": 931462501
        },
        {
            "start": 931462502,
            "stop": 931462526
        },
        {
            "start": 931462527,
            "stop": 931462539
        },
        {
            "start": 931462541,
            "stop": 931462549
        },
        {
            "start": 931462610,
            "stop": 931462611
        },
        {
            "start": 931462613,
            "stop": 931462615
        },
        {
            "start": 931462617,
            "stop": 931462626
        },
        {
            "start": 931462627,
            "stop": 931462645
        },
        {
            "start": 931462663,
            "stop": 931462666
        },
        {
            "start": 931462667,
            "stop": 931462671
        },
        {
            "start": 931462676,
            "stop": 931462684
        },
        {
            "start": 931462685,
            "stop": 931462730
        },
        {
            "start": 931462912,
            "stop": 931462941
        },
        {
            "start": 931462943,
            "stop": 931462957
        },
        {
            "start": 931462962,
            "stop": 931462963
        }
    ]
}