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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=154",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 155,
    "results": [
        {
            "start": 954349776,
            "stop": 954349777
        },
        {
            "start": 954349801,
            "stop": 954349809
        },
        {
            "start": 954349813,
            "stop": 954349828
        },
        {
            "start": 954349831,
            "stop": 954349846
        },
        {
            "start": 954349849,
            "stop": 954349850
        },
        {
            "start": 954349853,
            "stop": 954349855
        },
        {
            "start": 954349865,
            "stop": 954349866
        },
        {
            "start": 954349872,
            "stop": 954349873
        },
        {
            "start": 954349877,
            "stop": 954349889
        },
        {
            "start": 954349893,
            "stop": 954349894
        },
        {
            "start": 954349903,
            "stop": 954349912
        },
        {
            "start": 954349918,
            "stop": 954349921
        },
        {
            "start": 954349929,
            "stop": 954349931
        },
        {
            "start": 954349936,
            "stop": 954349937
        },
        {
            "start": 954349945,
            "stop": 954350014
        },
        {
            "start": 954350023,
            "stop": 954350029
        },
        {
            "start": 954350031,
            "stop": 954350080
        },
        {
            "start": 954350084,
            "stop": 954350101
        },
        {
            "start": 954350105,
            "stop": 954350106
        },
        {
            "start": 954350112,
            "stop": 954350116
        }
    ]
}