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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=173",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 174,
    "results": [
        {
            "start": 931469564,
            "stop": 931469598
        },
        {
            "start": 931469599,
            "stop": 931469603
        },
        {
            "start": 931469605,
            "stop": 931469632
        },
        {
            "start": 931469634,
            "stop": 931469701
        },
        {
            "start": 931469703,
            "stop": 931469704
        },
        {
            "start": 931469705,
            "stop": 931469740
        },
        {
            "start": 931469742,
            "stop": 931469785
        },
        {
            "start": 931469787,
            "stop": 931469792
        },
        {
            "start": 931469793,
            "stop": 931469815
        },
        {
            "start": 931469817,
            "stop": 931469840
        },
        {
            "start": 931469842,
            "stop": 931469853
        },
        {
            "start": 931469855,
            "stop": 931469867
        },
        {
            "start": 931469869,
            "stop": 931469875
        },
        {
            "start": 931469876,
            "stop": 931469900
        },
        {
            "start": 931469902,
            "stop": 931469928
        },
        {
            "start": 931469930,
            "stop": 931469936
        },
        {
            "start": 931469938,
            "stop": 931469948
        },
        {
            "start": 931469950,
            "stop": 931469958
        },
        {
            "start": 931469961,
            "stop": 931469980
        },
        {
            "start": 931469982,
            "stop": 931469985
        }
    ]
}