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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=29",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 30,
    "results": [
        {
            "start": 816827265,
            "stop": 816828763
        },
        {
            "start": 816828765,
            "stop": 816830709
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816856491
        },
        {
            "start": 816856493,
            "stop": 816856568
        },
        {
            "start": 816856571,
            "stop": 816856608
        },
        {
            "start": 816856611,
            "stop": 816856664
        },
        {
            "start": 816856667,
            "stop": 816856673
        },
        {
            "start": 816856676,
            "stop": 816856692
        },
        {
            "start": 816856699,
            "stop": 816856701
        },
        {
            "start": 816856704,
            "stop": 816856717
        },
        {
            "start": 816856720,
            "stop": 816856724
        },
        {
            "start": 816856727,
            "stop": 816856734
        },
        {
            "start": 816856744,
            "stop": 816856745
        },
        {
            "start": 816856748,
            "stop": 816856750
        },
        {
            "start": 816856756,
            "stop": 816856759
        },
        {
            "start": 816856764,
            "stop": 816856772
        },
        {
            "start": 816856778,
            "stop": 816856782
        },
        {
            "start": 816856785,
            "stop": 816856812
        }
    ]
}