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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=17",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 18,
    "results": [
        {
            "start": 815299407,
            "stop": 815299409
        },
        {
            "start": 815299422,
            "stop": 815299423
        },
        {
            "start": 815299432,
            "stop": 815299437
        },
        {
            "start": 815299446,
            "stop": 815299457
        },
        {
            "start": 815299461,
            "stop": 815299465
        },
        {
            "start": 815299468,
            "stop": 815299471
        },
        {
            "start": 815299475,
            "stop": 815299486
        },
        {
            "start": 815299490,
            "stop": 815299505
        },
        {
            "start": 815299510,
            "stop": 815299579
        },
        {
            "start": 815299583,
            "stop": 815299628
        },
        {
            "start": 815299631,
            "stop": 815299648
        },
        {
            "start": 815299652,
            "stop": 815299771
        },
        {
            "start": 815300562,
            "stop": 815300576
        },
        {
            "start": 815300580,
            "stop": 815300586
        },
        {
            "start": 815300589,
            "stop": 815300595
        },
        {
            "start": 815300604,
            "stop": 815300619
        },
        {
            "start": 815300628,
            "stop": 815300644
        },
        {
            "start": 815300647,
            "stop": 815300671
        },
        {
            "start": 815300674,
            "stop": 815300828
        },
        {
            "start": 815300832,
            "stop": 815300837
        }
    ]
}