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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4984",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4985,
    "results": [
        {
            "start": 874436427,
            "stop": 874436470
        },
        {
            "start": 874436489,
            "stop": 874436493
        },
        {
            "start": 874436512,
            "stop": 874436533
        },
        {
            "start": 874436552,
            "stop": 874436558
        },
        {
            "start": 874436578,
            "stop": 874436622
        },
        {
            "start": 874436662,
            "stop": 874436728
        },
        {
            "start": 874436748,
            "stop": 874436761
        },
        {
            "start": 874438904,
            "stop": 874439857
        },
        {
            "start": 874441095,
            "stop": 874443047
        },
        {
            "start": 874443073,
            "stop": 874443269
        },
        {
            "start": 874443288,
            "stop": 874443380
        },
        {
            "start": 874443399,
            "stop": 874443530
        },
        {
            "start": 874443550,
            "stop": 874443586
        },
        {
            "start": 874443606,
            "stop": 874443630
        },
        {
            "start": 874443650,
            "stop": 874443658
        },
        {
            "start": 874443677,
            "stop": 874443711
        },
        {
            "start": 874443730,
            "stop": 874443764
        },
        {
            "start": 874443803,
            "stop": 874443877
        },
        {
            "start": 874443896,
            "stop": 874443903
        },
        {
            "start": 874443933,
            "stop": 874443941
        }
    ]
}