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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=287",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 288,
    "results": [
        {
            "start": 932033751,
            "stop": 932033779
        },
        {
            "start": 932033781,
            "stop": 932033869
        },
        {
            "start": 932033871,
            "stop": 932033899
        },
        {
            "start": 932033901,
            "stop": 932033914
        },
        {
            "start": 932033916,
            "stop": 932033928
        },
        {
            "start": 932033931,
            "stop": 932038665
        },
        {
            "start": 932041437,
            "stop": 932047254
        },
        {
            "start": 932049047,
            "stop": 932055046
        },
        {
            "start": 932058572,
            "stop": 932060575
        },
        {
            "start": 932062705,
            "stop": 932074125
        },
        {
            "start": 932081683,
            "stop": 932090733
        },
        {
            "start": 932094330,
            "stop": 932104261
        },
        {
            "start": 932104263,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932107265
        },
        {
            "start": 932107268,
            "stop": 932108653
        },
        {
            "start": 932108680,
            "stop": 932109218
        },
        {
            "start": 932109959,
            "stop": 932110664
        },
        {
            "start": 932110666,
            "stop": 932110679
        },
        {
            "start": 932110681,
            "stop": 932110693
        },
        {
            "start": 932110696,
            "stop": 932110784
        }
    ]
}