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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=740",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 741,
    "results": [
        {
            "start": 830579007,
            "stop": 830579268
        },
        {
            "start": 830579287,
            "stop": 830579520
        },
        {
            "start": 830579580,
            "stop": 830580526
        },
        {
            "start": 830580529,
            "stop": 830581227
        },
        {
            "start": 830581230,
            "stop": 830581710
        },
        {
            "start": 830581770,
            "stop": 830581857
        },
        {
            "start": 830581860,
            "stop": 830581920
        },
        {
            "start": 830581980,
            "stop": 830583013
        },
        {
            "start": 830583017,
            "stop": 830583545
        },
        {
            "start": 830583548,
            "stop": 830583690
        },
        {
            "start": 830583750,
            "stop": 830584320
        },
        {
            "start": 830584380,
            "stop": 830584500
        },
        {
            "start": 830584560,
            "stop": 830584692
        },
        {
            "start": 830584695,
            "stop": 830584920
        },
        {
            "start": 830584980,
            "stop": 830585100
        },
        {
            "start": 830585160,
            "stop": 830585370
        },
        {
            "start": 830585430,
            "stop": 830585640
        },
        {
            "start": 830585700,
            "stop": 830585752
        },
        {
            "start": 830585755,
            "stop": 830585760
        },
        {
            "start": 830585820,
            "stop": 830585869
        }
    ]
}