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_CAT2/segments?format=api&page=777
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=778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=776",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 777,
    "results": [
        {
            "start": 869956192,
            "stop": 869986892
        },
        {
            "start": 869987780,
            "stop": 869992010
        },
        {
            "start": 869993940,
            "stop": 870007450
        },
        {
            "start": 870007850,
            "stop": 870024090
        },
        {
            "start": 870030576,
            "stop": 870031052
        },
        {
            "start": 870034948,
            "stop": 870038662
        },
        {
            "start": 870040119,
            "stop": 870058100
        },
        {
            "start": 870059576,
            "stop": 870059591
        },
        {
            "start": 870060185,
            "stop": 870060535
        },
        {
            "start": 870064842,
            "stop": 870067966
        },
        {
            "start": 870069182,
            "stop": 870071441
        },
        {
            "start": 870072320,
            "stop": 870103390
        },
        {
            "start": 870106126,
            "stop": 870119657
        },
        {
            "start": 870119658,
            "stop": 870122269
        },
        {
            "start": 870123750,
            "stop": 870137366
        },
        {
            "start": 870137370,
            "stop": 870137460
        },
        {
            "start": 870137520,
            "stop": 870138298
        },
        {
            "start": 870138301,
            "stop": 870138310
        },
        {
            "start": 870138313,
            "stop": 870177590
        },
        {
            "start": 870178203,
            "stop": 870197880
        }
    ]
}