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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=488",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=486",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 487,
    "results": [
        {
            "start": 957011934,
            "stop": 957018498
        },
        {
            "start": 957044868,
            "stop": 957049280
        },
        {
            "start": 957053629,
            "stop": 957057337
        },
        {
            "start": 957057338,
            "stop": 957059219
        },
        {
            "start": 957063549,
            "stop": 957071867
        },
        {
            "start": 957074560,
            "stop": 957076971
        },
        {
            "start": 957078168,
            "stop": 957078236
        },
        {
            "start": 957080476,
            "stop": 957092678
        },
        {
            "start": 957094352,
            "stop": 957106548
        },
        {
            "start": 957110087,
            "stop": 957113287
        },
        {
            "start": 957115283,
            "stop": 957116512
        },
        {
            "start": 957124192,
            "stop": 957125136
        },
        {
            "start": 957125139,
            "stop": 957129388
        },
        {
            "start": 957131141,
            "stop": 957133149
        },
        {
            "start": 957136209,
            "stop": 957144869
        },
        {
            "start": 957153221,
            "stop": 957181211
        },
        {
            "start": 957187071,
            "stop": 957199280
        },
        {
            "start": 957200086,
            "stop": 957214627
        },
        {
            "start": 957217159,
            "stop": 957222893
        },
        {
            "start": 957224173,
            "stop": 957226627
        }
    ]
}