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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=64",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 65,
    "results": [
        {
            "start": 825238537,
            "stop": 825238538
        },
        {
            "start": 825238979,
            "stop": 825239706
        },
        {
            "start": 825240304,
            "stop": 825247813
        },
        {
            "start": 825247837,
            "stop": 825247838
        },
        {
            "start": 825248102,
            "stop": 825250615
        },
        {
            "start": 825254596,
            "stop": 825256619
        },
        {
            "start": 825257654,
            "stop": 825257713
        },
        {
            "start": 825258494,
            "stop": 825259273
        },
        {
            "start": 825264358,
            "stop": 825265729
        },
        {
            "start": 825291422,
            "stop": 825292093
        },
        {
            "start": 825292133,
            "stop": 825292134
        },
        {
            "start": 825292292,
            "stop": 825292633
        },
        {
            "start": 825292658,
            "stop": 825292659
        },
        {
            "start": 825296506,
            "stop": 825296765
        },
        {
            "start": 825301904,
            "stop": 825302893
        },
        {
            "start": 825302919,
            "stop": 825302920
        },
        {
            "start": 825304328,
            "stop": 825304513
        },
        {
            "start": 825304552,
            "stop": 825304553
        },
        {
            "start": 825307585,
            "stop": 825328693
        },
        {
            "start": 825328737,
            "stop": 825328738
        }
    ]
}