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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=19",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 20,
    "results": [
        {
            "start": 1247123100,
            "stop": 1247123280
        },
        {
            "start": 1247123340,
            "stop": 1247123400
        },
        {
            "start": 1247123520,
            "stop": 1247131971
        },
        {
            "start": 1247150240,
            "stop": 1247178360
        },
        {
            "start": 1247178600,
            "stop": 1247185818
        },
        {
            "start": 1247186228,
            "stop": 1247216940
        },
        {
            "start": 1247217360,
            "stop": 1247231563
        },
        {
            "start": 1247236921,
            "stop": 1247238624
        },
        {
            "start": 1247242341,
            "stop": 1247289039
        },
        {
            "start": 1247294313,
            "stop": 1247295779
        },
        {
            "start": 1247295999,
            "stop": 1247323929
        },
        {
            "start": 1247351283,
            "stop": 1247352233
        },
        {
            "start": 1247359789,
            "stop": 1247382671
        },
        {
            "start": 1247388904,
            "stop": 1247401153
        },
        {
            "start": 1247401585,
            "stop": 1247411040
        },
        {
            "start": 1247417948,
            "stop": 1247428814
        },
        {
            "start": 1247442440,
            "stop": 1247469545
        },
        {
            "start": 1247470088,
            "stop": 1247488206
        },
        {
            "start": 1247493006,
            "stop": 1247505925
        },
        {
            "start": 1247515297,
            "stop": 1247530800
        }
    ]
}