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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=77",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 78,
    "results": [
        {
            "start": 825655550,
            "stop": 825697350
        },
        {
            "start": 825700117,
            "stop": 825702857
        },
        {
            "start": 825705005,
            "stop": 825711321
        },
        {
            "start": 825713282,
            "stop": 825739615
        },
        {
            "start": 825739935,
            "stop": 825740048
        },
        {
            "start": 825744847,
            "stop": 825747083
        },
        {
            "start": 825747483,
            "stop": 825747592
        },
        {
            "start": 825747912,
            "stop": 825748560
        },
        {
            "start": 825750273,
            "stop": 825764156
        },
        {
            "start": 825764896,
            "stop": 825770144
        },
        {
            "start": 825772030,
            "stop": 825781351
        },
        {
            "start": 825809668,
            "stop": 825810410
        },
        {
            "start": 825811118,
            "stop": 825812778
        },
        {
            "start": 825812931,
            "stop": 825814462
        },
        {
            "start": 825814862,
            "stop": 825815685
        },
        {
            "start": 825816087,
            "stop": 825822429
        },
        {
            "start": 825824273,
            "stop": 825841415
        },
        {
            "start": 825842368,
            "stop": 825873716
        },
        {
            "start": 825876357,
            "stop": 825876817
        },
        {
            "start": 825876818,
            "stop": 825880388
        }
    ]
}