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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=73",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 74,
    "results": [
        {
            "start": 942977220,
            "stop": 942977302
        },
        {
            "start": 942977305,
            "stop": 942977458
        },
        {
            "start": 942979026,
            "stop": 942979431
        },
        {
            "start": 942981728,
            "stop": 942990109
        },
        {
            "start": 942990113,
            "stop": 942995662
        },
        {
            "start": 942997671,
            "stop": 943001705
        },
        {
            "start": 943004814,
            "stop": 943007689
        },
        {
            "start": 943007871,
            "stop": 943015860
        },
        {
            "start": 943017945,
            "stop": 943021832
        },
        {
            "start": 943033219,
            "stop": 943034471
        },
        {
            "start": 943038131,
            "stop": 943038923
        },
        {
            "start": 943040960,
            "stop": 943046917
        },
        {
            "start": 943049450,
            "stop": 943057965
        },
        {
            "start": 943061975,
            "stop": 943072963
        },
        {
            "start": 943076802,
            "stop": 943102685
        },
        {
            "start": 943107973,
            "stop": 943114647
        },
        {
            "start": 943140265,
            "stop": 943149101
        },
        {
            "start": 943151000,
            "stop": 943157236
        },
        {
            "start": 943161134,
            "stop": 943168172
        },
        {
            "start": 943212926,
            "stop": 943217429
        }
    ]
}