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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=733",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 734,
    "results": [
        {
            "start": 870007850,
            "stop": 870024108
        },
        {
            "start": 870030576,
            "stop": 870031052
        },
        {
            "start": 870034948,
            "stop": 870038679
        },
        {
            "start": 870040119,
            "stop": 870058117
        },
        {
            "start": 870059576,
            "stop": 870059591
        },
        {
            "start": 870060185,
            "stop": 870060552
        },
        {
            "start": 870064842,
            "stop": 870067982
        },
        {
            "start": 870069182,
            "stop": 870071458
        },
        {
            "start": 870072320,
            "stop": 870103407
        },
        {
            "start": 870106126,
            "stop": 870119657
        },
        {
            "start": 870119662,
            "stop": 870122286
        },
        {
            "start": 870123750,
            "stop": 870137358
        },
        {
            "start": 870137378,
            "stop": 870137460
        },
        {
            "start": 870137520,
            "stop": 870138290
        },
        {
            "start": 870138321,
            "stop": 870177590
        },
        {
            "start": 870178203,
            "stop": 870197880
        },
        {
            "start": 870197940,
            "stop": 870210752
        },
        {
            "start": 870212486,
            "stop": 870214717
        },
        {
            "start": 870216573,
            "stop": 870261893
        },
        {
            "start": 870263407,
            "stop": 870273261
        }
    ]
}