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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9934",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9935,
    "results": [
        {
            "start": 874822931,
            "stop": 874823537
        },
        {
            "start": 874823540,
            "stop": 874824156
        },
        {
            "start": 874824159,
            "stop": 874824162
        },
        {
            "start": 874824166,
            "stop": 874824736
        },
        {
            "start": 874824741,
            "stop": 874824745
        },
        {
            "start": 874824751,
            "stop": 874824756
        },
        {
            "start": 874824759,
            "stop": 874824764
        },
        {
            "start": 874824767,
            "stop": 874825348
        },
        {
            "start": 874825352,
            "stop": 874826323
        },
        {
            "start": 874826326,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874830815
        },
        {
            "start": 874830818,
            "stop": 874830824
        },
        {
            "start": 874830827,
            "stop": 874832809
        },
        {
            "start": 874832810,
            "stop": 874832828
        },
        {
            "start": 874832829,
            "stop": 874832835
        },
        {
            "start": 874832836,
            "stop": 874832846
        },
        {
            "start": 874832847,
            "stop": 874832857
        },
        {
            "start": 874832858,
            "stop": 874832903
        },
        {
            "start": 874832904,
            "stop": 874832966
        },
        {
            "start": 874834273,
            "stop": 874834822
        }
    ]
}