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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=437",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 438,
    "results": [
        {
            "start": 857488379,
            "stop": 857488521
        },
        {
            "start": 857488523,
            "stop": 857490091
        },
        {
            "start": 857490234,
            "stop": 857498068
        },
        {
            "start": 857500290,
            "stop": 857509546
        },
        {
            "start": 857509702,
            "stop": 857511683
        },
        {
            "start": 857515044,
            "stop": 857523804
        },
        {
            "start": 857525764,
            "stop": 857537121
        },
        {
            "start": 857537271,
            "stop": 857550394
        },
        {
            "start": 857551775,
            "stop": 857568517
        },
        {
            "start": 857569658,
            "stop": 857579457
        },
        {
            "start": 857579458,
            "stop": 857580713
        },
        {
            "start": 857581843,
            "stop": 857583311
        },
        {
            "start": 857586262,
            "stop": 857599149
        },
        {
            "start": 857600025,
            "stop": 857600663
        },
        {
            "start": 857600664,
            "stop": 857600667
        },
        {
            "start": 857600977,
            "stop": 857604592
        },
        {
            "start": 857604759,
            "stop": 857634989
        },
        {
            "start": 857635279,
            "stop": 857635713
        },
        {
            "start": 857637007,
            "stop": 857659307
        },
        {
            "start": 857659310,
            "stop": 857659315
        }
    ]
}