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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=202",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 203,
    "results": [
        {
            "start": 820498320,
            "stop": 820498322
        },
        {
            "start": 820498326,
            "stop": 820498531
        },
        {
            "start": 820498534,
            "stop": 820498929
        },
        {
            "start": 820498934,
            "stop": 820499467
        },
        {
            "start": 820499470,
            "stop": 820499486
        },
        {
            "start": 820499490,
            "stop": 820499493
        },
        {
            "start": 820499497,
            "stop": 820499505
        },
        {
            "start": 820499508,
            "stop": 820499820
        },
        {
            "start": 820499823,
            "stop": 820499826
        },
        {
            "start": 820499829,
            "stop": 820499881
        },
        {
            "start": 820499885,
            "stop": 820500145
        },
        {
            "start": 820500149,
            "stop": 820500150
        },
        {
            "start": 820500155,
            "stop": 820500328
        },
        {
            "start": 820500331,
            "stop": 820500646
        },
        {
            "start": 820500650,
            "stop": 820500653
        },
        {
            "start": 820500656,
            "stop": 820500728
        },
        {
            "start": 820500731,
            "stop": 820500853
        },
        {
            "start": 820500857,
            "stop": 820500969
        },
        {
            "start": 820500972,
            "stop": 820501279
        },
        {
            "start": 820501283,
            "stop": 820501323
        }
    ]
}