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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=55",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 56,
    "results": [
        {
            "start": 932072241,
            "stop": 932072244
        },
        {
            "start": 932072250,
            "stop": 932072251
        },
        {
            "start": 932072256,
            "stop": 932072257
        },
        {
            "start": 932072264,
            "stop": 932072265
        },
        {
            "start": 932072271,
            "stop": 932072275
        },
        {
            "start": 932072287,
            "stop": 932072291
        },
        {
            "start": 932072292,
            "stop": 932072293
        },
        {
            "start": 932072295,
            "stop": 932072303
        },
        {
            "start": 932072306,
            "stop": 932072318
        },
        {
            "start": 932072319,
            "stop": 932072320
        },
        {
            "start": 932072322,
            "stop": 932072323
        },
        {
            "start": 932072325,
            "stop": 932072336
        },
        {
            "start": 932072337,
            "stop": 932072343
        },
        {
            "start": 932072349,
            "stop": 932072350
        },
        {
            "start": 932072352,
            "stop": 932072356
        },
        {
            "start": 932072359,
            "stop": 932072380
        },
        {
            "start": 932072382,
            "stop": 932072385
        },
        {
            "start": 932072387,
            "stop": 932072388
        },
        {
            "start": 932072389,
            "stop": 932072411
        },
        {
            "start": 932072412,
            "stop": 932072420
        }
    ]
}