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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 44,
    "results": [
        {
            "start": 817269371,
            "stop": 817269399
        },
        {
            "start": 817269402,
            "stop": 817269408
        },
        {
            "start": 817269412,
            "stop": 817269453
        },
        {
            "start": 817269456,
            "stop": 817269480
        },
        {
            "start": 817269600,
            "stop": 817269634
        },
        {
            "start": 817269637,
            "stop": 817269638
        },
        {
            "start": 817269641,
            "stop": 817269646
        },
        {
            "start": 817269649,
            "stop": 817269702
        },
        {
            "start": 817269705,
            "stop": 817269706
        },
        {
            "start": 817269710,
            "stop": 817269729
        },
        {
            "start": 817269732,
            "stop": 817269804
        },
        {
            "start": 817269807,
            "stop": 817269860
        },
        {
            "start": 817269863,
            "stop": 817270130
        },
        {
            "start": 817270133,
            "stop": 817271531
        },
        {
            "start": 817271534,
            "stop": 817271853
        },
        {
            "start": 817271856,
            "stop": 817272882
        },
        {
            "start": 817272885,
            "stop": 817273501
        },
        {
            "start": 817273504,
            "stop": 817273703
        },
        {
            "start": 817273706,
            "stop": 817273762
        },
        {
            "start": 817273766,
            "stop": 817274628
        }
    ]
}