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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=26",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 27,
    "results": [
        {
            "start": 816276323,
            "stop": 816276324
        },
        {
            "start": 816276331,
            "stop": 816276333
        },
        {
            "start": 816276340,
            "stop": 816276342
        },
        {
            "start": 816276349,
            "stop": 816276361
        },
        {
            "start": 816276368,
            "stop": 816276371
        },
        {
            "start": 816276380,
            "stop": 816276382
        },
        {
            "start": 816276386,
            "stop": 816276396
        },
        {
            "start": 816276404,
            "stop": 816276405
        },
        {
            "start": 816276412,
            "stop": 816276432
        },
        {
            "start": 816276439,
            "stop": 816276450
        },
        {
            "start": 816276454,
            "stop": 816276461
        },
        {
            "start": 816276499,
            "stop": 816276509
        },
        {
            "start": 816276517,
            "stop": 816276520
        },
        {
            "start": 816276533,
            "stop": 816276534
        },
        {
            "start": 816276541,
            "stop": 816276545
        },
        {
            "start": 816276550,
            "stop": 816276551
        },
        {
            "start": 816276587,
            "stop": 816276588
        },
        {
            "start": 816276610,
            "stop": 816276618
        },
        {
            "start": 816288090,
            "stop": 816288094
        },
        {
            "start": 816288107,
            "stop": 816288128
        }
    ]
}