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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=29",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 30,
    "results": [
        {
            "start": 816856744,
            "stop": 816856745
        },
        {
            "start": 816856748,
            "stop": 816856750
        },
        {
            "start": 816856756,
            "stop": 816856759
        },
        {
            "start": 816856764,
            "stop": 816856772
        },
        {
            "start": 816856778,
            "stop": 816856782
        },
        {
            "start": 816856785,
            "stop": 816856812
        },
        {
            "start": 816858141,
            "stop": 816864072
        },
        {
            "start": 816908980,
            "stop": 816911377
        },
        {
            "start": 816911378,
            "stop": 816913365
        },
        {
            "start": 816914496,
            "stop": 816916268
        },
        {
            "start": 816917124,
            "stop": 816918893
        },
        {
            "start": 816918896,
            "stop": 816918973
        },
        {
            "start": 816920674,
            "stop": 816922321
        },
        {
            "start": 816922322,
            "stop": 816925639
        },
        {
            "start": 816925642,
            "stop": 816942079
        },
        {
            "start": 816942082,
            "stop": 816942097
        },
        {
            "start": 816942101,
            "stop": 816942104
        },
        {
            "start": 816942107,
            "stop": 816942110
        },
        {
            "start": 816942116,
            "stop": 816942118
        },
        {
            "start": 816942121,
            "stop": 816942122
        }
    ]
}