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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=55",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 56,
    "results": [
        {
            "start": 816193822,
            "stop": 816194025
        },
        {
            "start": 816194032,
            "stop": 816194171
        },
        {
            "start": 816194178,
            "stop": 816194231
        },
        {
            "start": 816194238,
            "stop": 816194289
        },
        {
            "start": 816194296,
            "stop": 816194336
        },
        {
            "start": 816194343,
            "stop": 816194509
        },
        {
            "start": 816194516,
            "stop": 816194783
        },
        {
            "start": 816194795,
            "stop": 816194815
        },
        {
            "start": 816194822,
            "stop": 816194850
        },
        {
            "start": 816194858,
            "stop": 816194870
        },
        {
            "start": 816194877,
            "stop": 816194923
        },
        {
            "start": 816194930,
            "stop": 816195442
        },
        {
            "start": 816195449,
            "stop": 816195482
        },
        {
            "start": 816197241,
            "stop": 816197601
        },
        {
            "start": 816197608,
            "stop": 816197991
        },
        {
            "start": 816197998,
            "stop": 816198117
        },
        {
            "start": 816198124,
            "stop": 816198169
        },
        {
            "start": 816198176,
            "stop": 816198383
        },
        {
            "start": 816198390,
            "stop": 816198415
        },
        {
            "start": 816198422,
            "stop": 816198482
        }
    ]
}