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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=200",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 201,
    "results": [
        {
            "start": 820138560,
            "stop": 820138860
        },
        {
            "start": 820138980,
            "stop": 820139340
        },
        {
            "start": 820139343,
            "stop": 820139413
        },
        {
            "start": 820139822,
            "stop": 820141285
        },
        {
            "start": 820141288,
            "stop": 820141561
        },
        {
            "start": 820141564,
            "stop": 820141573
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144497,
            "stop": 820145235
        },
        {
            "start": 820145238,
            "stop": 820145496
        },
        {
            "start": 820145500,
            "stop": 820145537
        },
        {
            "start": 820145541,
            "stop": 820146437
        },
        {
            "start": 820146440,
            "stop": 820146901
        },
        {
            "start": 820146918,
            "stop": 820147167
        },
        {
            "start": 820148015,
            "stop": 820148460
        },
        {
            "start": 820148520,
            "stop": 820148533
        },
        {
            "start": 820149460,
            "stop": 820150140
        },
        {
            "start": 820150320,
            "stop": 820150470
        },
        {
            "start": 820150473,
            "stop": 820150500
        },
        {
            "start": 820150620,
            "stop": 820150880
        }
    ]
}