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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=140",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 141,
    "results": [
        {
            "start": 1418679608,
            "stop": 1418679670
        },
        {
            "start": 1418679678,
            "stop": 1418679728
        },
        {
            "start": 1418679730,
            "stop": 1418680059
        },
        {
            "start": 1418680060,
            "stop": 1418680116
        },
        {
            "start": 1418680118,
            "stop": 1418680130
        },
        {
            "start": 1418680138,
            "stop": 1418680146
        },
        {
            "start": 1418680150,
            "stop": 1418680152
        },
        {
            "start": 1418680158,
            "stop": 1418680159
        },
        {
            "start": 1418738306,
            "stop": 1418738504
        },
        {
            "start": 1418738516,
            "stop": 1418738563
        },
        {
            "start": 1418738564,
            "stop": 1418738780
        },
        {
            "start": 1418738784,
            "stop": 1418739152
        },
        {
            "start": 1418739156,
            "stop": 1418739286
        },
        {
            "start": 1418739288,
            "stop": 1418739412
        },
        {
            "start": 1418739420,
            "stop": 1418739424
        },
        {
            "start": 1418739428,
            "stop": 1418739437
        },
        {
            "start": 1418739440,
            "stop": 1418739794
        },
        {
            "start": 1418739795,
            "stop": 1418739796
        },
        {
            "start": 1418739828,
            "stop": 1418739836
        },
        {
            "start": 1418739844,
            "stop": 1418740080
        }
    ]
}