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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=3",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 4,
    "results": [
        {
            "start": 931085626,
            "stop": 931085790
        },
        {
            "start": 931087097,
            "stop": 931087117
        },
        {
            "start": 931087119,
            "stop": 931087121
        },
        {
            "start": 931087127,
            "stop": 931087128
        },
        {
            "start": 931087130,
            "stop": 931087148
        },
        {
            "start": 931087149,
            "stop": 931087163
        },
        {
            "start": 931087166,
            "stop": 931087172
        },
        {
            "start": 931087173,
            "stop": 931087188
        },
        {
            "start": 931087208,
            "stop": 931087227
        },
        {
            "start": 931087246,
            "stop": 931087248
        },
        {
            "start": 931087252,
            "stop": 931087255
        },
        {
            "start": 931087257,
            "stop": 931087270
        },
        {
            "start": 931087271,
            "stop": 931087272
        },
        {
            "start": 931087273,
            "stop": 931087278
        },
        {
            "start": 931087279,
            "stop": 931087284
        },
        {
            "start": 931087291,
            "stop": 931087301
        },
        {
            "start": 931087305,
            "stop": 931087315
        },
        {
            "start": 931087316,
            "stop": 931087318
        },
        {
            "start": 931087326,
            "stop": 931087329
        },
        {
            "start": 931087332,
            "stop": 931087339
        }
    ]
}