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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 62,
    "results": [
        {
            "start": 931189520,
            "stop": 931189536
        },
        {
            "start": 931189537,
            "stop": 931189601
        },
        {
            "start": 931189604,
            "stop": 931189611
        },
        {
            "start": 931189612,
            "stop": 931189639
        },
        {
            "start": 931189641,
            "stop": 931189659
        },
        {
            "start": 931189662,
            "stop": 931189695
        },
        {
            "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
        }
    ]
}