Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=136
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=135",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 136,
    "results": [
        {
            "start": 931400192,
            "stop": 931400212
        },
        {
            "start": 931400215,
            "stop": 931400216
        },
        {
            "start": 931400218,
            "stop": 931400222
        },
        {
            "start": 931400224,
            "stop": 931400227
        },
        {
            "start": 931400229,
            "stop": 931400231
        },
        {
            "start": 931400236,
            "stop": 931400238
        },
        {
            "start": 931400240,
            "stop": 931400241
        },
        {
            "start": 931400243,
            "stop": 931400246
        },
        {
            "start": 931400250,
            "stop": 931400252
        },
        {
            "start": 931400254,
            "stop": 931400255
        },
        {
            "start": 931400259,
            "stop": 931400281
        },
        {
            "start": 931400282,
            "stop": 931400283
        },
        {
            "start": 931400290,
            "stop": 931400299
        },
        {
            "start": 931400301,
            "stop": 931400311
        },
        {
            "start": 931400314,
            "stop": 931400343
        },
        {
            "start": 931400346,
            "stop": 931400352
        },
        {
            "start": 931400355,
            "stop": 931400358
        },
        {
            "start": 931400361,
            "stop": 931400402
        },
        {
            "start": 931400404,
            "stop": 931400409
        },
        {
            "start": 931400412,
            "stop": 931400414
        }
    ]
}