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=6124
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=6125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6123",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6124,
    "results": [
        {
            "start": 874158983,
            "stop": 874159028
        },
        {
            "start": 874159032,
            "stop": 874159119
        },
        {
            "start": 874159120,
            "stop": 874159171
        },
        {
            "start": 874159174,
            "stop": 874159540
        },
        {
            "start": 874159543,
            "stop": 874159575
        },
        {
            "start": 874159578,
            "stop": 874159683
        },
        {
            "start": 874159686,
            "stop": 874159720
        },
        {
            "start": 874159723,
            "stop": 874159735
        },
        {
            "start": 874159738,
            "stop": 874159741
        },
        {
            "start": 874159744,
            "stop": 874159864
        },
        {
            "start": 874159867,
            "stop": 874160004
        },
        {
            "start": 874160007,
            "stop": 874160303
        },
        {
            "start": 874160306,
            "stop": 874160734
        },
        {
            "start": 874160737,
            "stop": 874160747
        },
        {
            "start": 874160748,
            "stop": 874161270
        },
        {
            "start": 874161273,
            "stop": 874161321
        },
        {
            "start": 874161324,
            "stop": 874161399
        },
        {
            "start": 874161401,
            "stop": 874161529
        },
        {
            "start": 874161530,
            "stop": 874162165
        },
        {
            "start": 874162168,
            "stop": 874162980
        }
    ]
}