Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9917
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9916",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9917,
    "results": [
        {
            "start": 874790541,
            "stop": 874790760
        },
        {
            "start": 874790820,
            "stop": 874791300
        },
        {
            "start": 874791360,
            "stop": 874791600
        },
        {
            "start": 874791660,
            "stop": 874791780
        },
        {
            "start": 874791900,
            "stop": 874791964
        },
        {
            "start": 874792166,
            "stop": 874792800
        },
        {
            "start": 874792860,
            "stop": 874792920
        },
        {
            "start": 874793040,
            "stop": 874793232
        },
        {
            "start": 874793249,
            "stop": 874793280
        },
        {
            "start": 874793340,
            "stop": 874793460
        },
        {
            "start": 874793580,
            "stop": 874794120
        },
        {
            "start": 874794300,
            "stop": 874794480
        },
        {
            "start": 874794600,
            "stop": 874794660
        },
        {
            "start": 874794720,
            "stop": 874794780
        },
        {
            "start": 874794840,
            "stop": 874795127
        },
        {
            "start": 874795144,
            "stop": 874795200
        },
        {
            "start": 874795320,
            "stop": 874795382
        },
        {
            "start": 874795502,
            "stop": 874795740
        },
        {
            "start": 874795800,
            "stop": 874795980
        },
        {
            "start": 874796040,
            "stop": 874796160
        }
    ]
}