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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=390",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 391,
    "results": [
        {
            "start": 821764320,
            "stop": 821764331
        },
        {
            "start": 821764337,
            "stop": 821764339
        },
        {
            "start": 821764344,
            "stop": 821764345
        },
        {
            "start": 821764352,
            "stop": 821764357
        },
        {
            "start": 821764368,
            "stop": 821764369
        },
        {
            "start": 821764382,
            "stop": 821764383
        },
        {
            "start": 821764399,
            "stop": 821764401
        },
        {
            "start": 821764404,
            "stop": 821764414
        },
        {
            "start": 821764424,
            "stop": 821764429
        },
        {
            "start": 821764439,
            "stop": 821764440
        },
        {
            "start": 821764447,
            "stop": 821764448
        },
        {
            "start": 821764451,
            "stop": 821764455
        },
        {
            "start": 821764458,
            "stop": 821764463
        },
        {
            "start": 821764467,
            "stop": 821764470
        },
        {
            "start": 821764480,
            "stop": 821764486
        },
        {
            "start": 821764489,
            "stop": 821764494
        },
        {
            "start": 821764497,
            "stop": 821764499
        },
        {
            "start": 821764502,
            "stop": 821764509
        },
        {
            "start": 821764514,
            "stop": 821764520
        },
        {
            "start": 821764523,
            "stop": 821764524
        }
    ]
}