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=9985
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=9986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9984",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9985,
    "results": [
        {
            "start": 872109648,
            "stop": 872109743
        },
        {
            "start": 872109807,
            "stop": 872110911
        },
        {
            "start": 872111138,
            "stop": 872111507
        },
        {
            "start": 872111543,
            "stop": 872111610
        },
        {
            "start": 872111646,
            "stop": 872112159
        },
        {
            "start": 872112195,
            "stop": 872112204
        },
        {
            "start": 872112480,
            "stop": 872112540
        },
        {
            "start": 872112660,
            "stop": 872112720
        },
        {
            "start": 872112840,
            "stop": 872112927
        },
        {
            "start": 872112961,
            "stop": 872113020
        },
        {
            "start": 872113080,
            "stop": 872113200
        },
        {
            "start": 872113260,
            "stop": 872113320
        },
        {
            "start": 872113380,
            "stop": 872113438
        },
        {
            "start": 872113455,
            "stop": 872113802
        },
        {
            "start": 872113838,
            "stop": 872114076
        },
        {
            "start": 872114094,
            "stop": 872114100
        },
        {
            "start": 872114280,
            "stop": 872114460
        },
        {
            "start": 872114580,
            "stop": 872114760
        },
        {
            "start": 872114820,
            "stop": 872115714
        },
        {
            "start": 872115731,
            "stop": 872115827
        }
    ]
}