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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=265",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 266,
    "results": [
        {
            "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": 820500704
        },
        {
            "start": 820500736,
            "stop": 820500853
        },
        {
            "start": 820500857,
            "stop": 820500900
        },
        {
            "start": 820500960,
            "stop": 820500969
        },
        {
            "start": 820500972,
            "stop": 820501279
        },
        {
            "start": 820501283,
            "stop": 820501323
        },
        {
            "start": 820501327,
            "stop": 820501914
        },
        {
            "start": 820501917,
            "stop": 820501974
        },
        {
            "start": 820502094,
            "stop": 820502141
        },
        {
            "start": 820502144,
            "stop": 820502155
        },
        {
            "start": 820502159,
            "stop": 820502162
        },
        {
            "start": 820502166,
            "stop": 820502354
        },
        {
            "start": 820502358,
            "stop": 820502460
        }
    ]
}