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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16658",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16659,
    "results": [
        {
            "start": 874838257,
            "stop": 874838259
        },
        {
            "start": 874838264,
            "stop": 874838288
        },
        {
            "start": 874838291,
            "stop": 874838337
        },
        {
            "start": 874838342,
            "stop": 874838349
        },
        {
            "start": 874838352,
            "stop": 874838632
        },
        {
            "start": 874838634,
            "stop": 874838656
        },
        {
            "start": 874838658,
            "stop": 874838916
        },
        {
            "start": 874838917,
            "stop": 874838944
        },
        {
            "start": 874838946,
            "stop": 874838999
        },
        {
            "start": 874839000,
            "stop": 874839046
        },
        {
            "start": 874839049,
            "stop": 874839186
        },
        {
            "start": 874839187,
            "stop": 874839229
        },
        {
            "start": 874839231,
            "stop": 874839280
        },
        {
            "start": 874839282,
            "stop": 874839297
        },
        {
            "start": 874839301,
            "stop": 874839305
        },
        {
            "start": 874839306,
            "stop": 874839308
        },
        {
            "start": 874839309,
            "stop": 874839319
        },
        {
            "start": 874839320,
            "stop": 874839345
        },
        {
            "start": 874839346,
            "stop": 874839372
        },
        {
            "start": 874839374,
            "stop": 874839392
        }
    ]
}