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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=482",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 483,
    "results": [
        {
            "start": 821791609,
            "stop": 821791620
        },
        {
            "start": 821791624,
            "stop": 821791626
        },
        {
            "start": 821791629,
            "stop": 821791633
        },
        {
            "start": 821791636,
            "stop": 821791641
        },
        {
            "start": 821791644,
            "stop": 821791653
        },
        {
            "start": 821791656,
            "stop": 821791658
        },
        {
            "start": 821791661,
            "stop": 821791668
        },
        {
            "start": 821791674,
            "stop": 821791681
        },
        {
            "start": 821791684,
            "stop": 821791692
        },
        {
            "start": 821791695,
            "stop": 821791711
        },
        {
            "start": 821791714,
            "stop": 821791718
        },
        {
            "start": 821791721,
            "stop": 821791744
        },
        {
            "start": 821791747,
            "stop": 821791758
        },
        {
            "start": 821791761,
            "stop": 821791801
        },
        {
            "start": 821791804,
            "stop": 821791807
        },
        {
            "start": 821791833,
            "stop": 821791842
        },
        {
            "start": 821791845,
            "stop": 821791858
        },
        {
            "start": 821791863,
            "stop": 821791913
        },
        {
            "start": 821791918,
            "stop": 821792140
        },
        {
            "start": 821792143,
            "stop": 821792214
        }
    ]
}