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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=895",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=893",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 894,
    "results": [
        {
            "start": 971251286,
            "stop": 971251526
        },
        {
            "start": 971251532,
            "stop": 971253048
        },
        {
            "start": 971255079,
            "stop": 971255282
        },
        {
            "start": 971255288,
            "stop": 971256938
        },
        {
            "start": 971256944,
            "stop": 971258270
        },
        {
            "start": 971258276,
            "stop": 971258520
        },
        {
            "start": 971258525,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971261051
        },
        {
            "start": 971261057,
            "stop": 971261635
        },
        {
            "start": 971261641,
            "stop": 971261704
        },
        {
            "start": 971261710,
            "stop": 971262201
        },
        {
            "start": 971263048,
            "stop": 971263205
        },
        {
            "start": 971266746,
            "stop": 971266793
        },
        {
            "start": 971268432,
            "stop": 971269067
        },
        {
            "start": 971271445,
            "stop": 971271712
        },
        {
            "start": 971271718,
            "stop": 971272068
        },
        {
            "start": 971283884,
            "stop": 971283982
        },
        {
            "start": 971287005,
            "stop": 971287394
        },
        {
            "start": 971287400,
            "stop": 971287581
        },
        {
            "start": 971287625,
            "stop": 971287627
        }
    ]
}