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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8102",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8103,
    "results": [
        {
            "start": 970737851,
            "stop": 970737965
        },
        {
            "start": 970737968,
            "stop": 970737991
        },
        {
            "start": 970737994,
            "stop": 970738780
        },
        {
            "start": 970738783,
            "stop": 970738821
        },
        {
            "start": 970738824,
            "stop": 970738915
        },
        {
            "start": 970738918,
            "stop": 970739603
        },
        {
            "start": 970739606,
            "stop": 970739630
        },
        {
            "start": 970739633,
            "stop": 970739807
        },
        {
            "start": 970739811,
            "stop": 970739846
        },
        {
            "start": 970739849,
            "stop": 970739856
        },
        {
            "start": 970739859,
            "stop": 970739869
        },
        {
            "start": 970739872,
            "stop": 970740014
        },
        {
            "start": 970740025,
            "stop": 970741145
        },
        {
            "start": 970741148,
            "stop": 970742796
        },
        {
            "start": 970742799,
            "stop": 970742872
        },
        {
            "start": 970742875,
            "stop": 970742981
        },
        {
            "start": 970742986,
            "stop": 970743358
        },
        {
            "start": 970743361,
            "stop": 970743401
        },
        {
            "start": 970743404,
            "stop": 970744036
        },
        {
            "start": 970744039,
            "stop": 970744484
        }
    ]
}