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=9948
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=9949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9947",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9948,
    "results": [
        {
            "start": 871323573,
            "stop": 871323581
        },
        {
            "start": 871323659,
            "stop": 871323720
        },
        {
            "start": 871323780,
            "stop": 871323786
        },
        {
            "start": 871323840,
            "stop": 871324140
        },
        {
            "start": 871324216,
            "stop": 871324666
        },
        {
            "start": 871324702,
            "stop": 871325040
        },
        {
            "start": 871325160,
            "stop": 871325161
        },
        {
            "start": 871325195,
            "stop": 871325255
        },
        {
            "start": 871325520,
            "stop": 871325640
        },
        {
            "start": 871325700,
            "stop": 871326240
        },
        {
            "start": 871326300,
            "stop": 871326360
        },
        {
            "start": 871326444,
            "stop": 871326476
        },
        {
            "start": 871326660,
            "stop": 871326960
        },
        {
            "start": 871327140,
            "stop": 871327260
        },
        {
            "start": 871327380,
            "stop": 871327439
        },
        {
            "start": 871327473,
            "stop": 871327740
        },
        {
            "start": 871327800,
            "stop": 871327920
        },
        {
            "start": 871327980,
            "stop": 871328303
        },
        {
            "start": 871328338,
            "stop": 871328760
        },
        {
            "start": 871328820,
            "stop": 871329090
        }
    ]
}