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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 47,
    "results": [
        {
            "start": 931189697,
            "stop": 931189699
        },
        {
            "start": 931189701,
            "stop": 931189706
        },
        {
            "start": 931189708,
            "stop": 931189710
        },
        {
            "start": 931189712,
            "stop": 931189713
        },
        {
            "start": 931189715,
            "stop": 931189718
        },
        {
            "start": 931189719,
            "stop": 931189724
        },
        {
            "start": 931189726,
            "stop": 931189729
        },
        {
            "start": 931189731,
            "stop": 931189732
        },
        {
            "start": 931189737,
            "stop": 931189743
        },
        {
            "start": 931189745,
            "stop": 931189777
        },
        {
            "start": 931189784,
            "stop": 931189789
        },
        {
            "start": 931189793,
            "stop": 931189794
        },
        {
            "start": 931189802,
            "stop": 931189811
        },
        {
            "start": 931189813,
            "stop": 931189814
        },
        {
            "start": 931189816,
            "stop": 931189817
        },
        {
            "start": 931189818,
            "stop": 931189829
        },
        {
            "start": 931189830,
            "stop": 931189837
        },
        {
            "start": 931189839,
            "stop": 931189840
        },
        {
            "start": 931189842,
            "stop": 931189843
        },
        {
            "start": 931189845,
            "stop": 931189849
        }
    ]
}