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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2164",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2165,
    "results": [
        {
            "start": 869992143,
            "stop": 869993055
        },
        {
            "start": 869993355,
            "stop": 869995940
        },
        {
            "start": 869995948,
            "stop": 870007500
        },
        {
            "start": 870008831,
            "stop": 870010430
        },
        {
            "start": 870010435,
            "stop": 870010452
        },
        {
            "start": 870010458,
            "stop": 870010480
        },
        {
            "start": 870010488,
            "stop": 870011525
        },
        {
            "start": 870011528,
            "stop": 870011549
        },
        {
            "start": 870011653,
            "stop": 870013857
        },
        {
            "start": 870013863,
            "stop": 870020122
        },
        {
            "start": 870020130,
            "stop": 870020142
        },
        {
            "start": 870020148,
            "stop": 870023831
        },
        {
            "start": 870030460,
            "stop": 870030784
        },
        {
            "start": 870031049,
            "stop": 870031314
        },
        {
            "start": 870031391,
            "stop": 870031409
        },
        {
            "start": 870031488,
            "stop": 870031573
        },
        {
            "start": 870031834,
            "stop": 870033884
        },
        {
            "start": 870034186,
            "stop": 870038404
        },
        {
            "start": 870040300,
            "stop": 870045137
        },
        {
            "start": 870045143,
            "stop": 870045156
        }
    ]
}