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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=6",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 7,
    "results": [
        {
            "start": 815497436,
            "stop": 815497444
        },
        {
            "start": 815497447,
            "stop": 815497463
        },
        {
            "start": 815497466,
            "stop": 815497484
        },
        {
            "start": 815497488,
            "stop": 815497591
        },
        {
            "start": 815497594,
            "stop": 815497606
        },
        {
            "start": 815497609,
            "stop": 815497612
        },
        {
            "start": 815497617,
            "stop": 815497746
        },
        {
            "start": 815497749,
            "stop": 815497803
        },
        {
            "start": 815497808,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815564582
        },
        {
            "start": 815564599,
            "stop": 815564632
        },
        {
            "start": 815564649,
            "stop": 815564874
        },
        {
            "start": 815564891,
            "stop": 815564968
        },
        {
            "start": 815564985,
            "stop": 815565084
        },
        {
            "start": 815565101,
            "stop": 815565748
        },
        {
            "start": 815565765,
            "stop": 815566794
        },
        {
            "start": 815566811,
            "stop": 815568277
        },
        {
            "start": 815568294,
            "stop": 815569230
        },
        {
            "start": 815569247,
            "stop": 815569620
        },
        {
            "start": 815569680,
            "stop": 815569920
        }
    ]
}