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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9981",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9982,
    "results": [
        {
            "start": 872029524,
            "stop": 872030645
        },
        {
            "start": 872031603,
            "stop": 872031840
        },
        {
            "start": 872031971,
            "stop": 872032681
        },
        {
            "start": 872032715,
            "stop": 872034437
        },
        {
            "start": 872034454,
            "stop": 872035515
        },
        {
            "start": 872035551,
            "stop": 872039206
        },
        {
            "start": 872039242,
            "stop": 872039469
        },
        {
            "start": 872039517,
            "stop": 872039668
        },
        {
            "start": 872039707,
            "stop": 872043400
        },
        {
            "start": 872043436,
            "stop": 872045650
        },
        {
            "start": 872045667,
            "stop": 872046241
        },
        {
            "start": 872046258,
            "stop": 872048809
        },
        {
            "start": 872048826,
            "stop": 872051247
        },
        {
            "start": 872051265,
            "stop": 872051534
        },
        {
            "start": 872051551,
            "stop": 872052922
        },
        {
            "start": 872052939,
            "stop": 872053865
        },
        {
            "start": 872053882,
            "stop": 872056305
        },
        {
            "start": 872056322,
            "stop": 872058596
        },
        {
            "start": 872058613,
            "stop": 872060977
        },
        {
            "start": 872060994,
            "stop": 872063258
        }
    ]
}