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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4785",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4786,
    "results": [
        {
            "start": 874611260,
            "stop": 874611318
        },
        {
            "start": 874611348,
            "stop": 874611382
        },
        {
            "start": 874611406,
            "stop": 874611416
        },
        {
            "start": 874611436,
            "stop": 874611443
        },
        {
            "start": 874611463,
            "stop": 874611485
        },
        {
            "start": 874611505,
            "stop": 874611512
        },
        {
            "start": 874611557,
            "stop": 874611583
        },
        {
            "start": 874611633,
            "stop": 874611646
        },
        {
            "start": 874611676,
            "stop": 874611718
        },
        {
            "start": 874611737,
            "stop": 874611762
        },
        {
            "start": 874611785,
            "stop": 874611788
        },
        {
            "start": 874611807,
            "stop": 874611835
        },
        {
            "start": 874611854,
            "stop": 874611858
        },
        {
            "start": 874611885,
            "stop": 874611924
        },
        {
            "start": 874611948,
            "stop": 874611949
        },
        {
            "start": 874612020,
            "stop": 874612032
        },
        {
            "start": 874612059,
            "stop": 874612115
        },
        {
            "start": 874612141,
            "stop": 874612164
        },
        {
            "start": 874612191,
            "stop": 874612196
        },
        {
            "start": 874612240,
            "stop": 874612245
        }
    ]
}