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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 155,
    "results": [
        {
            "start": 931596293,
            "stop": 931596295
        },
        {
            "start": 931596297,
            "stop": 931596299
        },
        {
            "start": 931596303,
            "stop": 931596305
        },
        {
            "start": 931596323,
            "stop": 931596326
        },
        {
            "start": 931596336,
            "stop": 931596337
        },
        {
            "start": 931596343,
            "stop": 931596345
        },
        {
            "start": 931596351,
            "stop": 931596352
        },
        {
            "start": 931596364,
            "stop": 931596367
        },
        {
            "start": 931596378,
            "stop": 931596381
        },
        {
            "start": 931596385,
            "stop": 931596388
        },
        {
            "start": 931596396,
            "stop": 931596400
        },
        {
            "start": 931596403,
            "stop": 931596410
        },
        {
            "start": 931596413,
            "stop": 931596415
        },
        {
            "start": 931596418,
            "stop": 931596420
        },
        {
            "start": 931596422,
            "stop": 931596423
        },
        {
            "start": 931596426,
            "stop": 931596428
        },
        {
            "start": 931596431,
            "stop": 931596432
        },
        {
            "start": 931596436,
            "stop": 931596444
        },
        {
            "start": 931596454,
            "stop": 931596458
        },
        {
            "start": 931596463,
            "stop": 931596464
        }
    ]
}