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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=22",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 23,
    "results": [
        {
            "start": 817437603,
            "stop": 817442405
        },
        {
            "start": 817443516,
            "stop": 817447625
        },
        {
            "start": 817460989,
            "stop": 817488853
        },
        {
            "start": 817491299,
            "stop": 817504485
        },
        {
            "start": 817507859,
            "stop": 817508353
        },
        {
            "start": 817509065,
            "stop": 817549534
        },
        {
            "start": 817549538,
            "stop": 817549762
        },
        {
            "start": 817549767,
            "stop": 817549796
        },
        {
            "start": 817549800,
            "stop": 817549882
        },
        {
            "start": 817549887,
            "stop": 817550010
        },
        {
            "start": 817550015,
            "stop": 817550088
        },
        {
            "start": 817550093,
            "stop": 817550166
        },
        {
            "start": 817550170,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551348
        },
        {
            "start": 817551351,
            "stop": 817552567
        },
        {
            "start": 817552576,
            "stop": 817552606
        },
        {
            "start": 817552610,
            "stop": 817552739
        },
        {
            "start": 817552748,
            "stop": 817552773
        },
        {
            "start": 817552790,
            "stop": 817552805
        },
        {
            "start": 817552810,
            "stop": 817552830
        }
    ]
}