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=4529
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=4530",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4528",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4529,
    "results": [
        {
            "start": 968592914,
            "stop": 968592932
        },
        {
            "start": 968592937,
            "stop": 968593058
        },
        {
            "start": 968593119,
            "stop": 968593778
        },
        {
            "start": 968593838,
            "stop": 968593839
        },
        {
            "start": 968593844,
            "stop": 968593872
        },
        {
            "start": 968593875,
            "stop": 968593919
        },
        {
            "start": 968593925,
            "stop": 968593955
        },
        {
            "start": 968594018,
            "stop": 968594086
        },
        {
            "start": 968594089,
            "stop": 968594158
        },
        {
            "start": 968594161,
            "stop": 968595316
        },
        {
            "start": 968595319,
            "stop": 968595520
        },
        {
            "start": 968595523,
            "stop": 968596042
        },
        {
            "start": 968596045,
            "stop": 968596256
        },
        {
            "start": 968596259,
            "stop": 968596267
        },
        {
            "start": 968596270,
            "stop": 968596271
        },
        {
            "start": 968596274,
            "stop": 968596393
        },
        {
            "start": 968596397,
            "stop": 968596418
        },
        {
            "start": 968599389,
            "stop": 968599435
        },
        {
            "start": 968599438,
            "stop": 968600233
        },
        {
            "start": 968600236,
            "stop": 968600366
        }
    ]
}