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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=22",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 23,
    "results": [
        {
            "start": 816274288,
            "stop": 816274292
        },
        {
            "start": 816274314,
            "stop": 816274319
        },
        {
            "start": 816274326,
            "stop": 816274327
        },
        {
            "start": 816274334,
            "stop": 816274340
        },
        {
            "start": 816274347,
            "stop": 816274350
        },
        {
            "start": 816274355,
            "stop": 816274358
        },
        {
            "start": 816274381,
            "stop": 816274390
        },
        {
            "start": 816274400,
            "stop": 816274432
        },
        {
            "start": 816274439,
            "stop": 816274452
        },
        {
            "start": 816274479,
            "stop": 816274527
        },
        {
            "start": 816274534,
            "stop": 816274535
        },
        {
            "start": 816274540,
            "stop": 816274555
        },
        {
            "start": 816274563,
            "stop": 816274568
        },
        {
            "start": 816274574,
            "stop": 816274609
        },
        {
            "start": 816274613,
            "stop": 816274627
        },
        {
            "start": 816274631,
            "stop": 816274639
        },
        {
            "start": 816274644,
            "stop": 816274647
        },
        {
            "start": 816274656,
            "stop": 816274672
        },
        {
            "start": 816274701,
            "stop": 816274702
        },
        {
            "start": 816274712,
            "stop": 816274717
        }
    ]
}