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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=565",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 566,
    "results": [
        {
            "start": 874345607,
            "stop": 874346245
        },
        {
            "start": 874346303,
            "stop": 874346875
        },
        {
            "start": 874348409,
            "stop": 874348720
        },
        {
            "start": 874350481,
            "stop": 874352021
        },
        {
            "start": 874353403,
            "stop": 874353507
        },
        {
            "start": 874354880,
            "stop": 874355341
        },
        {
            "start": 874356376,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874368115
        },
        {
            "start": 874369185,
            "stop": 874373675
        },
        {
            "start": 874374724,
            "stop": 874379809
        },
        {
            "start": 874381601,
            "stop": 874384339
        },
        {
            "start": 874385838,
            "stop": 874395597
        },
        {
            "start": 874397966,
            "stop": 874401491
        },
        {
            "start": 874402396,
            "stop": 874421683
        },
        {
            "start": 874421938,
            "stop": 874422252
        },
        {
            "start": 874429309,
            "stop": 874432889
        },
        {
            "start": 874433689,
            "stop": 874433981
        },
        {
            "start": 874434244,
            "stop": 874436267
        },
        {
            "start": 874436697,
            "stop": 874443314
        },
        {
            "start": 874450665,
            "stop": 874452670
        }
    ]
}