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=5843
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=5844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5842",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5843,
    "results": [
        {
            "start": 874738529,
            "stop": 874738530
        },
        {
            "start": 874738534,
            "stop": 874738536
        },
        {
            "start": 874738539,
            "stop": 874738581
        },
        {
            "start": 874738584,
            "stop": 874738586
        },
        {
            "start": 874738589,
            "stop": 874738721
        },
        {
            "start": 874738725,
            "stop": 874738826
        },
        {
            "start": 874738829,
            "stop": 874738854
        },
        {
            "start": 874738857,
            "stop": 874738877
        },
        {
            "start": 874738880,
            "stop": 874738913
        },
        {
            "start": 874738916,
            "stop": 874738928
        },
        {
            "start": 874738932,
            "stop": 874739146
        },
        {
            "start": 874739150,
            "stop": 874739202
        },
        {
            "start": 874739206,
            "stop": 874739274
        },
        {
            "start": 874739278,
            "stop": 874739516
        },
        {
            "start": 874739520,
            "stop": 874739528
        },
        {
            "start": 874739531,
            "stop": 874739596
        },
        {
            "start": 874739599,
            "stop": 874739655
        },
        {
            "start": 874739659,
            "stop": 874739685
        },
        {
            "start": 874739688,
            "stop": 874739704
        },
        {
            "start": 874739707,
            "stop": 874739761
        }
    ]
}