Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4744
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4745",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4743",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4744,
    "results": [
        {
            "start": 970196738,
            "stop": 970196858
        },
        {
            "start": 970196978,
            "stop": 970196981
        },
        {
            "start": 970196984,
            "stop": 970196995
        },
        {
            "start": 970197016,
            "stop": 970197125
        },
        {
            "start": 970197156,
            "stop": 970197252
        },
        {
            "start": 970197255,
            "stop": 970197271
        },
        {
            "start": 970197292,
            "stop": 970197501
        },
        {
            "start": 970197504,
            "stop": 970197608
        },
        {
            "start": 970197611,
            "stop": 970197701
        },
        {
            "start": 970197721,
            "stop": 970197801
        },
        {
            "start": 970197804,
            "stop": 970197926
        },
        {
            "start": 970197929,
            "stop": 970198201
        },
        {
            "start": 970198204,
            "stop": 970198284
        },
        {
            "start": 970198287,
            "stop": 970198426
        },
        {
            "start": 970198429,
            "stop": 970199028
        },
        {
            "start": 970199031,
            "stop": 970199191
        },
        {
            "start": 970199194,
            "stop": 970199231
        },
        {
            "start": 970199234,
            "stop": 970199371
        },
        {
            "start": 970199374,
            "stop": 970199431
        },
        {
            "start": 970199434,
            "stop": 970199600
        }
    ]
}