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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=156",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 157,
    "results": [
        {
            "start": 931533764,
            "stop": 931533766
        },
        {
            "start": 931533770,
            "stop": 931533772
        },
        {
            "start": 931533774,
            "stop": 931533776
        },
        {
            "start": 931533778,
            "stop": 931533810
        },
        {
            "start": 931533812,
            "stop": 931533830
        },
        {
            "start": 931533834,
            "stop": 931533835
        },
        {
            "start": 931533837,
            "stop": 931533845
        },
        {
            "start": 931533847,
            "stop": 931533850
        },
        {
            "start": 931533857,
            "stop": 931533892
        },
        {
            "start": 931533894,
            "stop": 931533977
        },
        {
            "start": 931533979,
            "stop": 931534126
        },
        {
            "start": 931534128,
            "stop": 931534135
        },
        {
            "start": 931534136,
            "stop": 931534225
        },
        {
            "start": 931534227,
            "stop": 931534240
        },
        {
            "start": 931534241,
            "stop": 931534319
        },
        {
            "start": 931534321,
            "stop": 931534324
        },
        {
            "start": 931534325,
            "stop": 931534376
        },
        {
            "start": 931534377,
            "stop": 931534511
        },
        {
            "start": 931534513,
            "stop": 931534524
        },
        {
            "start": 931534526,
            "stop": 931534527
        }
    ]
}