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=523
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=524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=522",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 523,
    "results": [
        {
            "start": 868577022,
            "stop": 868585486
        },
        {
            "start": 868594755,
            "stop": 868594783
        },
        {
            "start": 868594785,
            "stop": 868594802
        },
        {
            "start": 868594804,
            "stop": 868595755
        },
        {
            "start": 868595756,
            "stop": 868603987
        },
        {
            "start": 868604881,
            "stop": 868606381
        },
        {
            "start": 868606383,
            "stop": 868623546
        },
        {
            "start": 868624182,
            "stop": 868627436
        },
        {
            "start": 868631719,
            "stop": 868632067
        },
        {
            "start": 868641199,
            "stop": 868642262
        },
        {
            "start": 868644598,
            "stop": 868645656
        },
        {
            "start": 868645658,
            "stop": 868645979
        },
        {
            "start": 868646059,
            "stop": 868655824
        },
        {
            "start": 868659297,
            "stop": 868681504
        },
        {
            "start": 868685942,
            "stop": 868690408
        },
        {
            "start": 868691632,
            "stop": 868703872
        },
        {
            "start": 868707779,
            "stop": 868708145
        },
        {
            "start": 868708147,
            "stop": 868708444
        },
        {
            "start": 868709444,
            "stop": 868714298
        },
        {
            "start": 868717881,
            "stop": 868717943
        }
    ]
}