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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=141",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 142,
    "results": [
        {
            "start": 1418740093,
            "stop": 1418740125
        },
        {
            "start": 1418740127,
            "stop": 1418740700
        },
        {
            "start": 1418740704,
            "stop": 1418740785
        },
        {
            "start": 1418740786,
            "stop": 1418740847
        },
        {
            "start": 1418741581,
            "stop": 1418742077
        },
        {
            "start": 1418742079,
            "stop": 1418742081
        },
        {
            "start": 1418742082,
            "stop": 1418742596
        },
        {
            "start": 1418742600,
            "stop": 1418743068
        },
        {
            "start": 1418743072,
            "stop": 1418743596
        },
        {
            "start": 1418743604,
            "stop": 1418743605
        },
        {
            "start": 1418743607,
            "stop": 1418743920
        },
        {
            "start": 1418743924,
            "stop": 1418744872
        },
        {
            "start": 1418744888,
            "stop": 1418747220
        },
        {
            "start": 1418747224,
            "stop": 1418747743
        },
        {
            "start": 1418747744,
            "stop": 1418748492
        },
        {
            "start": 1418748496,
            "stop": 1418750444
        },
        {
            "start": 1418750451,
            "stop": 1418760155
        },
        {
            "start": 1418760157,
            "stop": 1418760352
        },
        {
            "start": 1418760356,
            "stop": 1418760456
        },
        {
            "start": 1418760458,
            "stop": 1418762669
        }
    ]
}