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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5200",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5201,
    "results": [
        {
            "start": 969921198,
            "stop": 969921947
        },
        {
            "start": 969921950,
            "stop": 969921952
        },
        {
            "start": 969921955,
            "stop": 969923119
        },
        {
            "start": 969923122,
            "stop": 969923556
        },
        {
            "start": 969923559,
            "stop": 969923878
        },
        {
            "start": 969923881,
            "stop": 969924690
        },
        {
            "start": 969925482,
            "stop": 969925701
        },
        {
            "start": 969925704,
            "stop": 969925781
        },
        {
            "start": 969925784,
            "stop": 969926188
        },
        {
            "start": 969926206,
            "stop": 969926514
        },
        {
            "start": 969926517,
            "stop": 969926572
        },
        {
            "start": 969926575,
            "stop": 969926740
        },
        {
            "start": 969926743,
            "stop": 969927004
        },
        {
            "start": 969927007,
            "stop": 969927515
        },
        {
            "start": 969927518,
            "stop": 969927524
        },
        {
            "start": 969927529,
            "stop": 969927707
        },
        {
            "start": 969927710,
            "stop": 969928030
        },
        {
            "start": 969928033,
            "stop": 969928057
        },
        {
            "start": 969931843,
            "stop": 969931897
        },
        {
            "start": 969931900,
            "stop": 969931935
        }
    ]
}