Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=339",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 340,
    "results": [
        {
            "start": 857673147,
            "stop": 857673218
        },
        {
            "start": 857674424,
            "stop": 857674449
        },
        {
            "start": 857674453,
            "stop": 857674463
        },
        {
            "start": 857674471,
            "stop": 857674488
        },
        {
            "start": 857674492,
            "stop": 857674532
        },
        {
            "start": 857674535,
            "stop": 857674551
        },
        {
            "start": 857674555,
            "stop": 857674589
        },
        {
            "start": 857674593,
            "stop": 857674604
        },
        {
            "start": 857674608,
            "stop": 857674657
        },
        {
            "start": 857674661,
            "stop": 857674696
        },
        {
            "start": 857674709,
            "stop": 857674811
        },
        {
            "start": 857674815,
            "stop": 857674821
        },
        {
            "start": 857674844,
            "stop": 857674958
        },
        {
            "start": 857674962,
            "stop": 857675084
        },
        {
            "start": 857675097,
            "stop": 857675103
        },
        {
            "start": 857675112,
            "stop": 857675126
        },
        {
            "start": 857675136,
            "stop": 857675137
        },
        {
            "start": 857675151,
            "stop": 857675210
        },
        {
            "start": 857675214,
            "stop": 857675255
        },
        {
            "start": 857675283,
            "stop": 857675380
        }
    ]
}