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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=70",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 71,
    "results": [
        {
            "start": 819631507,
            "stop": 819631807
        },
        {
            "start": 819632310,
            "stop": 819632850
        },
        {
            "start": 819632987,
            "stop": 819633257
        },
        {
            "start": 819633816,
            "stop": 819633876
        },
        {
            "start": 819634260,
            "stop": 819634800
        },
        {
            "start": 819634986,
            "stop": 819635046
        },
        {
            "start": 819635424,
            "stop": 819635604
        },
        {
            "start": 819636022,
            "stop": 819636142
        },
        {
            "start": 819636284,
            "stop": 819636824
        },
        {
            "start": 819637181,
            "stop": 819637661
        },
        {
            "start": 819638307,
            "stop": 819638367
        },
        {
            "start": 819638530,
            "stop": 819638890
        },
        {
            "start": 819639048,
            "stop": 819639588
        },
        {
            "start": 819640019,
            "stop": 819640199
        },
        {
            "start": 819640378,
            "stop": 819640438
        },
        {
            "start": 819650474,
            "stop": 819650534
        },
        {
            "start": 819651066,
            "stop": 819651126
        },
        {
            "start": 819664792,
            "stop": 819664852
        },
        {
            "start": 819670332,
            "stop": 819670392
        },
        {
            "start": 819671140,
            "stop": 819671200
        }
    ]
}