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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=81",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 82,
    "results": [
        {
            "start": 951331837,
            "stop": 951332548
        },
        {
            "start": 951338207,
            "stop": 951343097
        },
        {
            "start": 951343788,
            "stop": 951343929
        },
        {
            "start": 951347776,
            "stop": 951367337
        },
        {
            "start": 951368085,
            "stop": 951371217
        },
        {
            "start": 951372108,
            "stop": 951392756
        },
        {
            "start": 951400086,
            "stop": 951408762
        },
        {
            "start": 951409995,
            "stop": 951412543
        },
        {
            "start": 951417656,
            "stop": 951420010
        },
        {
            "start": 951420416,
            "stop": 951422208
        },
        {
            "start": 951423167,
            "stop": 951442744
        },
        {
            "start": 951442928,
            "stop": 951481223
        },
        {
            "start": 951487222,
            "stop": 951488065
        },
        {
            "start": 951491361,
            "stop": 951505848
        },
        {
            "start": 951507860,
            "stop": 951520037
        },
        {
            "start": 951614421,
            "stop": 951621744
        },
        {
            "start": 951623129,
            "stop": 951625660
        },
        {
            "start": 951628515,
            "stop": 951635904
        },
        {
            "start": 951637114,
            "stop": 951656469
        },
        {
            "start": 951659935,
            "stop": 951661428
        }
    ]
}