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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=320",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 321,
    "results": [
        {
            "start": 823330847,
            "stop": 823330865
        },
        {
            "start": 823330870,
            "stop": 823330939
        },
        {
            "start": 823330944,
            "stop": 823330985
        },
        {
            "start": 823330990,
            "stop": 823331021
        },
        {
            "start": 823331026,
            "stop": 823331138
        },
        {
            "start": 823331144,
            "stop": 823331276
        },
        {
            "start": 823331285,
            "stop": 823331370
        },
        {
            "start": 823331385,
            "stop": 823331405
        },
        {
            "start": 823331412,
            "stop": 823331443
        },
        {
            "start": 823331448,
            "stop": 823331531
        },
        {
            "start": 823331536,
            "stop": 823331581
        },
        {
            "start": 823331593,
            "stop": 823331601
        },
        {
            "start": 823331606,
            "stop": 823331698
        },
        {
            "start": 823331708,
            "stop": 823331798
        },
        {
            "start": 823331803,
            "stop": 823331964
        },
        {
            "start": 823331971,
            "stop": 823331989
        },
        {
            "start": 823331996,
            "stop": 823332050
        },
        {
            "start": 823332055,
            "stop": 823332120
        },
        {
            "start": 823332125,
            "stop": 823332210
        },
        {
            "start": 823332216,
            "stop": 823332247
        }
    ]
}