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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=66",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 67,
    "results": [
        {
            "start": 817878226,
            "stop": 817878715
        },
        {
            "start": 817878723,
            "stop": 817878884
        },
        {
            "start": 817878892,
            "stop": 817879123
        },
        {
            "start": 817881058,
            "stop": 817881538
        },
        {
            "start": 817881547,
            "stop": 817882120
        },
        {
            "start": 817882128,
            "stop": 817882408
        },
        {
            "start": 817882416,
            "stop": 817882677
        },
        {
            "start": 817882685,
            "stop": 817884510
        },
        {
            "start": 817884518,
            "stop": 817884522
        },
        {
            "start": 817884530,
            "stop": 817888808
        },
        {
            "start": 817888820,
            "stop": 817888859
        },
        {
            "start": 817888867,
            "stop": 817888871
        },
        {
            "start": 817888879,
            "stop": 817888957
        },
        {
            "start": 817888965,
            "stop": 817889892
        },
        {
            "start": 817889900,
            "stop": 817890898
        },
        {
            "start": 817892173,
            "stop": 817895229
        },
        {
            "start": 817895237,
            "stop": 817895868
        },
        {
            "start": 817895876,
            "stop": 817896836
        },
        {
            "start": 817896847,
            "stop": 817897191
        },
        {
            "start": 817897198,
            "stop": 817897333
        }
    ]
}