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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29276",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29277,
    "results": [
        {
            "start": 971178341,
            "stop": 971178344
        },
        {
            "start": 971178346,
            "stop": 971178347
        },
        {
            "start": 971178349,
            "stop": 971178358
        },
        {
            "start": 971178361,
            "stop": 971178368
        },
        {
            "start": 971178370,
            "stop": 971178372
        },
        {
            "start": 971178373,
            "stop": 971178374
        },
        {
            "start": 971178376,
            "stop": 971178380
        },
        {
            "start": 971178381,
            "stop": 971178384
        },
        {
            "start": 971178385,
            "stop": 971178386
        },
        {
            "start": 971178389,
            "stop": 971178403
        },
        {
            "start": 971178404,
            "stop": 971178407
        },
        {
            "start": 971178408,
            "stop": 971178411
        },
        {
            "start": 971178416,
            "stop": 971178417
        },
        {
            "start": 971178419,
            "stop": 971178429
        },
        {
            "start": 971178434,
            "stop": 971178435
        },
        {
            "start": 971178442,
            "stop": 971178443
        },
        {
            "start": 971178446,
            "stop": 971178460
        },
        {
            "start": 971178461,
            "stop": 971178462
        },
        {
            "start": 971178463,
            "stop": 971178472
        },
        {
            "start": 971178473,
            "stop": 971178479
        }
    ]
}