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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=121",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 122,
    "results": [
        {
            "start": 1264174318,
            "stop": 1264176618
        },
        {
            "start": 1264176620,
            "stop": 1264177272
        },
        {
            "start": 1264177273,
            "stop": 1264177866
        },
        {
            "start": 1264177869,
            "stop": 1264178066
        },
        {
            "start": 1264178067,
            "stop": 1264178256
        },
        {
            "start": 1264178257,
            "stop": 1264178926
        },
        {
            "start": 1264178927,
            "stop": 1264179116
        },
        {
            "start": 1264179117,
            "stop": 1264179122
        },
        {
            "start": 1264179123,
            "stop": 1264179182
        },
        {
            "start": 1264179184,
            "stop": 1264179314
        },
        {
            "start": 1264179316,
            "stop": 1264179589
        },
        {
            "start": 1264179591,
            "stop": 1264180082
        },
        {
            "start": 1264180084,
            "stop": 1264180124
        },
        {
            "start": 1264180126,
            "stop": 1264180354
        },
        {
            "start": 1264180356,
            "stop": 1264180455
        },
        {
            "start": 1264180456,
            "stop": 1264180458
        },
        {
            "start": 1264180463,
            "stop": 1264180578
        },
        {
            "start": 1264180580,
            "stop": 1264180581
        },
        {
            "start": 1264180583,
            "stop": 1264180584
        },
        {
            "start": 1264180585,
            "stop": 1264180589
        }
    ]
}