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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=21",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 22,
    "results": [
        {
            "start": 816273857,
            "stop": 816273863
        },
        {
            "start": 816273870,
            "stop": 816273872
        },
        {
            "start": 816273893,
            "stop": 816273902
        },
        {
            "start": 816273920,
            "stop": 816273921
        },
        {
            "start": 816273929,
            "stop": 816273935
        },
        {
            "start": 816273957,
            "stop": 816273975
        },
        {
            "start": 816273980,
            "stop": 816273981
        },
        {
            "start": 816273990,
            "stop": 816273991
        },
        {
            "start": 816274004,
            "stop": 816274008
        },
        {
            "start": 816274025,
            "stop": 816274035
        },
        {
            "start": 816274040,
            "stop": 816274044
        },
        {
            "start": 816274050,
            "stop": 816274059
        },
        {
            "start": 816274067,
            "stop": 816274069
        },
        {
            "start": 816274077,
            "stop": 816274113
        },
        {
            "start": 816274139,
            "stop": 816274167
        },
        {
            "start": 816274181,
            "stop": 816274195
        },
        {
            "start": 816274203,
            "stop": 816274207
        },
        {
            "start": 816274239,
            "stop": 816274245
        },
        {
            "start": 816274253,
            "stop": 816274255
        },
        {
            "start": 816274258,
            "stop": 816274279
        }
    ]
}