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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 8,
    "results": [
        {
            "start": 815576529,
            "stop": 815578196
        },
        {
            "start": 815578199,
            "stop": 815580420
        },
        {
            "start": 815580480,
            "stop": 815580629
        },
        {
            "start": 815582989,
            "stop": 815585328
        },
        {
            "start": 815586326,
            "stop": 815586436
        },
        {
            "start": 815589938,
            "stop": 815590087
        },
        {
            "start": 815591958,
            "stop": 815592180
        },
        {
            "start": 815592240,
            "stop": 815592253
        },
        {
            "start": 815592317,
            "stop": 815592373
        },
        {
            "start": 815726352,
            "stop": 815726518
        },
        {
            "start": 815726522,
            "stop": 815726827
        },
        {
            "start": 815726831,
            "stop": 815727662
        },
        {
            "start": 815727666,
            "stop": 815727669
        },
        {
            "start": 815727672,
            "stop": 815727907
        },
        {
            "start": 815727910,
            "stop": 815729759
        },
        {
            "start": 815729762,
            "stop": 815729776
        },
        {
            "start": 815729779,
            "stop": 815730462
        },
        {
            "start": 815730466,
            "stop": 815733468
        },
        {
            "start": 815733471,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815753031
        }
    ]
}