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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=254",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 255,
    "results": [
        {
            "start": 869831797,
            "stop": 869858179
        },
        {
            "start": 869861420,
            "stop": 869868618
        },
        {
            "start": 869869301,
            "stop": 869871429
        },
        {
            "start": 869872091,
            "stop": 869922571
        },
        {
            "start": 869923613,
            "stop": 869929063
        },
        {
            "start": 869953560,
            "stop": 869954358
        },
        {
            "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": 870122269
        },
        {
            "start": 870123750,
            "stop": 870177590
        }
    ]
}