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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=68",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 69,
    "results": [
        {
            "start": 816480150,
            "stop": 816480156
        },
        {
            "start": 816480161,
            "stop": 816480238
        },
        {
            "start": 816480243,
            "stop": 816480244
        },
        {
            "start": 816480249,
            "stop": 816480253
        },
        {
            "start": 816480259,
            "stop": 816480288
        },
        {
            "start": 816480291,
            "stop": 816480369
        },
        {
            "start": 816480372,
            "stop": 816480466
        },
        {
            "start": 816480469,
            "stop": 816480691
        },
        {
            "start": 816480696,
            "stop": 816480719
        },
        {
            "start": 816480724,
            "stop": 816480727
        },
        {
            "start": 816480733,
            "stop": 816480744
        },
        {
            "start": 816480749,
            "stop": 816480751
        },
        {
            "start": 816480756,
            "stop": 816480970
        },
        {
            "start": 816482627,
            "stop": 816482661
        },
        {
            "start": 816482665,
            "stop": 816482692
        },
        {
            "start": 816482699,
            "stop": 816482701
        },
        {
            "start": 816482706,
            "stop": 816482787
        },
        {
            "start": 816482796,
            "stop": 816482798
        },
        {
            "start": 816482802,
            "stop": 816482806
        },
        {
            "start": 816482813,
            "stop": 816482861
        }
    ]
}