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=435
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=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=434",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 435,
    "results": [
        {
            "start": 825698016,
            "stop": 825699093
        },
        {
            "start": 825699393,
            "stop": 825699592
        },
        {
            "start": 825699613,
            "stop": 825700104
        },
        {
            "start": 825700123,
            "stop": 825700848
        },
        {
            "start": 825700865,
            "stop": 825701635
        },
        {
            "start": 825701655,
            "stop": 825701975
        },
        {
            "start": 825701992,
            "stop": 825702420
        },
        {
            "start": 825702540,
            "stop": 825702810
        },
        {
            "start": 825702870,
            "stop": 825702880
        },
        {
            "start": 825702990,
            "stop": 825703625
        },
        {
            "start": 825703628,
            "stop": 825703784
        },
        {
            "start": 825703863,
            "stop": 825703869
        },
        {
            "start": 825703891,
            "stop": 825703936
        },
        {
            "start": 825704236,
            "stop": 825705690
        },
        {
            "start": 825705693,
            "stop": 825705864
        },
        {
            "start": 825705881,
            "stop": 825706926
        },
        {
            "start": 825706929,
            "stop": 825707940
        },
        {
            "start": 825708026,
            "stop": 825708992
        },
        {
            "start": 825708995,
            "stop": 825710305
        },
        {
            "start": 825710309,
            "stop": 825711345
        }
    ]
}