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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4595",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4596,
    "results": [
        {
            "start": 874086101,
            "stop": 874086434
        },
        {
            "start": 874086453,
            "stop": 874086678
        },
        {
            "start": 874086697,
            "stop": 874086857
        },
        {
            "start": 874086876,
            "stop": 874086881
        },
        {
            "start": 874086900,
            "stop": 874086946
        },
        {
            "start": 874086966,
            "stop": 874087094
        },
        {
            "start": 874087113,
            "stop": 874087311
        },
        {
            "start": 874087330,
            "stop": 874087388
        },
        {
            "start": 874087408,
            "stop": 874087441
        },
        {
            "start": 874088911,
            "stop": 874091820
        },
        {
            "start": 874091839,
            "stop": 874092058
        },
        {
            "start": 874092077,
            "stop": 874092092
        },
        {
            "start": 874092212,
            "stop": 874092215
        },
        {
            "start": 874092234,
            "stop": 874092360
        },
        {
            "start": 874092420,
            "stop": 874092452
        },
        {
            "start": 874092471,
            "stop": 874092491
        },
        {
            "start": 874092750,
            "stop": 874093170
        },
        {
            "start": 874093189,
            "stop": 874093274
        },
        {
            "start": 874093293,
            "stop": 874093392
        },
        {
            "start": 874093411,
            "stop": 874093552
        }
    ]
}