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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=12",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 13,
    "results": [
        {
            "start": 815848811,
            "stop": 815852124
        },
        {
            "start": 815852127,
            "stop": 815855439
        },
        {
            "start": 815855441,
            "stop": 815858749
        },
        {
            "start": 815858752,
            "stop": 815867838
        },
        {
            "start": 815867841,
            "stop": 815868495
        },
        {
            "start": 815868497,
            "stop": 815870680
        },
        {
            "start": 815870686,
            "stop": 815873371
        },
        {
            "start": 815873373,
            "stop": 815882712
        },
        {
            "start": 815882713,
            "stop": 815891899
        },
        {
            "start": 815891902,
            "stop": 815905168
        },
        {
            "start": 815905171,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906497,
            "stop": 815908915
        },
        {
            "start": 815911204,
            "stop": 815912457
        },
        {
            "start": 815912460,
            "stop": 815922399
        },
        {
            "start": 815922402,
            "stop": 815926220
        },
        {
            "start": 815926223,
            "stop": 815929695
        },
        {
            "start": 815929698,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        }
    ]
}