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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=435",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 436,
    "results": [
        {
            "start": 867559521,
            "stop": 867627047
        },
        {
            "start": 867627384,
            "stop": 867689576
        },
        {
            "start": 867730518,
            "stop": 867734463
        },
        {
            "start": 867736010,
            "stop": 867736435
        },
        {
            "start": 867736591,
            "stop": 867736655
        },
        {
            "start": 867737734,
            "stop": 867766534
        },
        {
            "start": 867767751,
            "stop": 867771707
        },
        {
            "start": 867773079,
            "stop": 867775239
        },
        {
            "start": 867775356,
            "stop": 867782766
        },
        {
            "start": 867789370,
            "stop": 867795607
        },
        {
            "start": 867797133,
            "stop": 867816828
        },
        {
            "start": 867816832,
            "stop": 867817512
        },
        {
            "start": 867817516,
            "stop": 867818301
        },
        {
            "start": 867818304,
            "stop": 867819245
        },
        {
            "start": 867819249,
            "stop": 867819692
        },
        {
            "start": 867819701,
            "stop": 867819827
        },
        {
            "start": 867819831,
            "stop": 867819974
        },
        {
            "start": 867819978,
            "stop": 867820009
        },
        {
            "start": 867820013,
            "stop": 867820183
        },
        {
            "start": 867820186,
            "stop": 867820235
        }
    ]
}