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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 7,
    "results": [
        {
            "start": 815497290,
            "stop": 815497326
        },
        {
            "start": 815497329,
            "stop": 815497330
        },
        {
            "start": 815497333,
            "stop": 815497341
        },
        {
            "start": 815497344,
            "stop": 815497349
        },
        {
            "start": 815497352,
            "stop": 815497365
        },
        {
            "start": 815497368,
            "stop": 815497407
        },
        {
            "start": 815497410,
            "stop": 815497421
        },
        {
            "start": 815497425,
            "stop": 815497431
        },
        {
            "start": 815497436,
            "stop": 815497444
        },
        {
            "start": 815497447,
            "stop": 815497463
        },
        {
            "start": 815497466,
            "stop": 815497484
        },
        {
            "start": 815497488,
            "stop": 815497591
        },
        {
            "start": 815497594,
            "stop": 815497606
        },
        {
            "start": 815497609,
            "stop": 815497612
        },
        {
            "start": 815497617,
            "stop": 815497746
        },
        {
            "start": 815497749,
            "stop": 815497803
        },
        {
            "start": 815497808,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815570255
        },
        {
            "start": 815570257,
            "stop": 815571671
        },
        {
            "start": 815572952,
            "stop": 815576525
        }
    ]
}