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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4845",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4843",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4844,
    "results": [
        {
            "start": 971380504,
            "stop": 971380600
        },
        {
            "start": 971380603,
            "stop": 971380949
        },
        {
            "start": 971380952,
            "stop": 971381303
        },
        {
            "start": 971381306,
            "stop": 971382681
        },
        {
            "start": 971382684,
            "stop": 971383216
        },
        {
            "start": 971383219,
            "stop": 971383222
        },
        {
            "start": 971383225,
            "stop": 971383642
        },
        {
            "start": 971383645,
            "stop": 971384456
        },
        {
            "start": 971384459,
            "stop": 971384549
        },
        {
            "start": 971384552,
            "stop": 971385709
        },
        {
            "start": 971385712,
            "stop": 971386002
        },
        {
            "start": 971386008,
            "stop": 971387259
        },
        {
            "start": 971387277,
            "stop": 971387455
        },
        {
            "start": 971387473,
            "stop": 971388382
        },
        {
            "start": 971388385,
            "stop": 971388401
        },
        {
            "start": 971388404,
            "stop": 971388486
        },
        {
            "start": 971388489,
            "stop": 971388845
        },
        {
            "start": 971388848,
            "stop": 971388861
        },
        {
            "start": 971388864,
            "stop": 971389940
        },
        {
            "start": 971389943,
            "stop": 971390229
        }
    ]
}