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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=311",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 312,
    "results": [
        {
            "start": 931772292,
            "stop": 931772297
        },
        {
            "start": 931772301,
            "stop": 931772303
        },
        {
            "start": 931772306,
            "stop": 931772326
        },
        {
            "start": 931772331,
            "stop": 931772349
        },
        {
            "start": 931772352,
            "stop": 931772376
        },
        {
            "start": 931772380,
            "stop": 931772381
        },
        {
            "start": 931772384,
            "stop": 931772408
        },
        {
            "start": 931772415,
            "stop": 931772417
        },
        {
            "start": 931772423,
            "stop": 931772425
        },
        {
            "start": 931772428,
            "stop": 931772438
        },
        {
            "start": 931772441,
            "stop": 931772442
        },
        {
            "start": 931772445,
            "stop": 931772446
        },
        {
            "start": 931772449,
            "stop": 931772453
        },
        {
            "start": 931772459,
            "stop": 931772476
        },
        {
            "start": 931772479,
            "stop": 931772488
        },
        {
            "start": 931772491,
            "stop": 931772500
        },
        {
            "start": 931772503,
            "stop": 931772504
        },
        {
            "start": 931772507,
            "stop": 931772511
        },
        {
            "start": 931772514,
            "stop": 931772518
        },
        {
            "start": 931772521,
            "stop": 931772527
        }
    ]
}