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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 24,
    "results": [
        {
            "start": 931163405,
            "stop": 931163406
        },
        {
            "start": 931163415,
            "stop": 931163419
        },
        {
            "start": 931163426,
            "stop": 931163428
        },
        {
            "start": 931163431,
            "stop": 931163434
        },
        {
            "start": 931163452,
            "stop": 931163454
        },
        {
            "start": 931163458,
            "stop": 931163460
        },
        {
            "start": 931163475,
            "stop": 931163476
        },
        {
            "start": 931163480,
            "stop": 931163481
        },
        {
            "start": 931163484,
            "stop": 931163489
        },
        {
            "start": 931163512,
            "stop": 931163517
        },
        {
            "start": 931163547,
            "stop": 931163549
        },
        {
            "start": 931163552,
            "stop": 931163554
        },
        {
            "start": 931163559,
            "stop": 931163563
        },
        {
            "start": 931163567,
            "stop": 931163568
        },
        {
            "start": 931163572,
            "stop": 931163576
        },
        {
            "start": 931163583,
            "stop": 931163586
        },
        {
            "start": 931163589,
            "stop": 931163590
        },
        {
            "start": 931163596,
            "stop": 931163599
        },
        {
            "start": 931163613,
            "stop": 931163615
        },
        {
            "start": 931163620,
            "stop": 931163627
        }
    ]
}