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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=228",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 229,
    "results": [
        {
            "start": 933161360,
            "stop": 933161365
        },
        {
            "start": 933161371,
            "stop": 933161482
        },
        {
            "start": 933161483,
            "stop": 933161529
        },
        {
            "start": 933161530,
            "stop": 933161544
        },
        {
            "start": 933161563,
            "stop": 933161578
        },
        {
            "start": 933161583,
            "stop": 933161604
        },
        {
            "start": 933161609,
            "stop": 933161631
        },
        {
            "start": 933161636,
            "stop": 933161655
        },
        {
            "start": 933165671,
            "stop": 933165933
        },
        {
            "start": 933165938,
            "stop": 933166002
        },
        {
            "start": 933166022,
            "stop": 933166071
        },
        {
            "start": 933166076,
            "stop": 933166259
        },
        {
            "start": 933166264,
            "stop": 933166267
        },
        {
            "start": 933166286,
            "stop": 933166327
        },
        {
            "start": 933166332,
            "stop": 933166387
        },
        {
            "start": 933166392,
            "stop": 933166490
        },
        {
            "start": 933166495,
            "stop": 933166525
        },
        {
            "start": 933166544,
            "stop": 933166811
        },
        {
            "start": 933166830,
            "stop": 933167076
        },
        {
            "start": 933167081,
            "stop": 933167108
        }
    ]
}