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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=118",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 119,
    "results": [
        {
            "start": 818290416,
            "stop": 818290528
        },
        {
            "start": 818290535,
            "stop": 818290591
        },
        {
            "start": 818290598,
            "stop": 818290863
        },
        {
            "start": 818290870,
            "stop": 818290916
        },
        {
            "start": 818290923,
            "stop": 818291093
        },
        {
            "start": 818291100,
            "stop": 818291269
        },
        {
            "start": 818291276,
            "stop": 818291367
        },
        {
            "start": 818291374,
            "stop": 818291422
        },
        {
            "start": 818291429,
            "stop": 818291457
        },
        {
            "start": 818291785,
            "stop": 818292323
        },
        {
            "start": 818292330,
            "stop": 818292355
        },
        {
            "start": 818292362,
            "stop": 818293023
        },
        {
            "start": 818293030,
            "stop": 818293150
        },
        {
            "start": 818293158,
            "stop": 818293192
        },
        {
            "start": 818293199,
            "stop": 818294012
        },
        {
            "start": 818294019,
            "stop": 818294079
        },
        {
            "start": 818294086,
            "stop": 818294176
        },
        {
            "start": 818294183,
            "stop": 818294245
        },
        {
            "start": 818294252,
            "stop": 818294409
        },
        {
            "start": 818294416,
            "stop": 818294659
        }
    ]
}