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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8680",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8681,
    "results": [
        {
            "start": 871928619,
            "stop": 871928630
        },
        {
            "start": 871928770,
            "stop": 871928940
        },
        {
            "start": 871929000,
            "stop": 871929120
        },
        {
            "start": 871929180,
            "stop": 871929199
        },
        {
            "start": 871929420,
            "stop": 871930515
        },
        {
            "start": 871930635,
            "stop": 871931390
        },
        {
            "start": 871931640,
            "stop": 871933275
        },
        {
            "start": 871933279,
            "stop": 871933519
        },
        {
            "start": 871933536,
            "stop": 871933650
        },
        {
            "start": 871934154,
            "stop": 871936072
        },
        {
            "start": 871936089,
            "stop": 871936430
        },
        {
            "start": 871936510,
            "stop": 871936791
        },
        {
            "start": 871936860,
            "stop": 871936893
        },
        {
            "start": 871937013,
            "stop": 871937990
        },
        {
            "start": 871938084,
            "stop": 871939068
        },
        {
            "start": 871939076,
            "stop": 871939430
        },
        {
            "start": 871939573,
            "stop": 871940519
        },
        {
            "start": 871940536,
            "stop": 871942252
        },
        {
            "start": 871942272,
            "stop": 871942440
        },
        {
            "start": 871942500,
            "stop": 871942850
        }
    ]
}