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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=57",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 58,
    "results": [
        {
            "start": 821050312,
            "stop": 821050338
        },
        {
            "start": 821050341,
            "stop": 821050476
        },
        {
            "start": 821050485,
            "stop": 821050550
        },
        {
            "start": 821050554,
            "stop": 821050565
        },
        {
            "start": 821050615,
            "stop": 821050630
        },
        {
            "start": 821050634,
            "stop": 821050640
        },
        {
            "start": 821050667,
            "stop": 821050674
        },
        {
            "start": 821050696,
            "stop": 821050716
        },
        {
            "start": 821050764,
            "stop": 821050774
        },
        {
            "start": 821050792,
            "stop": 821050808
        },
        {
            "start": 821050816,
            "stop": 821050836
        },
        {
            "start": 821050845,
            "stop": 821051016
        },
        {
            "start": 821051024,
            "stop": 821051025
        },
        {
            "start": 821051043,
            "stop": 821051054
        },
        {
            "start": 821051063,
            "stop": 821051314
        },
        {
            "start": 821051319,
            "stop": 821051454
        },
        {
            "start": 821051463,
            "stop": 821051499
        },
        {
            "start": 821051512,
            "stop": 821051518
        },
        {
            "start": 821051521,
            "stop": 821051537
        },
        {
            "start": 821051545,
            "stop": 821051625
        }
    ]
}