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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=262",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 263,
    "results": [
        {
            "start": 933349765,
            "stop": 933349795
        },
        {
            "start": 933349842,
            "stop": 933349871
        },
        {
            "start": 933349942,
            "stop": 933349944
        },
        {
            "start": 933349964,
            "stop": 933349993
        },
        {
            "start": 933349998,
            "stop": 933350010
        },
        {
            "start": 933350029,
            "stop": 933350072
        },
        {
            "start": 933350091,
            "stop": 933350105
        },
        {
            "start": 933350123,
            "stop": 933350160
        },
        {
            "start": 933350180,
            "stop": 933350344
        },
        {
            "start": 933350382,
            "stop": 933350642
        },
        {
            "start": 933350643,
            "stop": 933350729
        },
        {
            "start": 933351450,
            "stop": 933351457
        },
        {
            "start": 933351476,
            "stop": 933351564
        },
        {
            "start": 933351650,
            "stop": 933351680
        },
        {
            "start": 933351705,
            "stop": 933351746
        },
        {
            "start": 933351765,
            "stop": 933352789
        },
        {
            "start": 933352790,
            "stop": 933352968
        },
        {
            "start": 933352987,
            "stop": 933353097
        },
        {
            "start": 933353098,
            "stop": 933353140
        },
        {
            "start": 933353159,
            "stop": 933353395
        }
    ]
}