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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=93",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 94,
    "results": [
        {
            "start": 931673608,
            "stop": 931673801
        },
        {
            "start": 931673806,
            "stop": 931674558
        },
        {
            "start": 931674560,
            "stop": 931674636
        },
        {
            "start": 931685699,
            "stop": 931685890
        },
        {
            "start": 931704428,
            "stop": 931704430
        },
        {
            "start": 931704458,
            "stop": 931704460
        },
        {
            "start": 931704516,
            "stop": 931704525
        },
        {
            "start": 931704565,
            "stop": 931704569
        },
        {
            "start": 931704813,
            "stop": 931704818
        },
        {
            "start": 931704835,
            "stop": 931704837
        },
        {
            "start": 931704896,
            "stop": 931704901
        },
        {
            "start": 931705099,
            "stop": 931705104
        },
        {
            "start": 931705141,
            "stop": 931705164
        },
        {
            "start": 931705184,
            "stop": 931705204
        },
        {
            "start": 931705581,
            "stop": 931705587
        },
        {
            "start": 931705620,
            "stop": 931705622
        },
        {
            "start": 931705657,
            "stop": 931705664
        },
        {
            "start": 931705904,
            "stop": 931705907
        },
        {
            "start": 931705956,
            "stop": 931705957
        },
        {
            "start": 931705978,
            "stop": 931705980
        }
    ]
}