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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=87",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 88,
    "results": [
        {
            "start": 817072495,
            "stop": 817073557
        },
        {
            "start": 817073560,
            "stop": 817074675
        },
        {
            "start": 817074678,
            "stop": 817075465
        },
        {
            "start": 817075468,
            "stop": 817077081
        },
        {
            "start": 817077084,
            "stop": 817077169
        },
        {
            "start": 817077172,
            "stop": 817077475
        },
        {
            "start": 817077478,
            "stop": 817077540
        },
        {
            "start": 817077543,
            "stop": 817077656
        },
        {
            "start": 817078578,
            "stop": 817078824
        },
        {
            "start": 817078827,
            "stop": 817078914
        },
        {
            "start": 817078917,
            "stop": 817079029
        },
        {
            "start": 817079512,
            "stop": 817079657
        },
        {
            "start": 817079660,
            "stop": 817079704
        },
        {
            "start": 817079708,
            "stop": 817080440
        },
        {
            "start": 817080840,
            "stop": 817081612
        },
        {
            "start": 817081615,
            "stop": 817081955
        },
        {
            "start": 817082461,
            "stop": 817082577
        },
        {
            "start": 817083020,
            "stop": 817084075
        },
        {
            "start": 817084078,
            "stop": 817084321
        },
        {
            "start": 817084324,
            "stop": 817084819
        }
    ]
}