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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14630",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14628",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14629,
    "results": [
        {
            "start": 971163904,
            "stop": 971163907
        },
        {
            "start": 971163909,
            "stop": 971163910
        },
        {
            "start": 971163911,
            "stop": 971163917
        },
        {
            "start": 971163920,
            "stop": 971163922
        },
        {
            "start": 971163925,
            "stop": 971163927
        },
        {
            "start": 971163928,
            "stop": 971163930
        },
        {
            "start": 971163931,
            "stop": 971163932
        },
        {
            "start": 971163934,
            "stop": 971163938
        },
        {
            "start": 971163945,
            "stop": 971163952
        },
        {
            "start": 971163956,
            "stop": 971163960
        },
        {
            "start": 971163961,
            "stop": 971163963
        },
        {
            "start": 971163964,
            "stop": 971163966
        },
        {
            "start": 971163970,
            "stop": 971163971
        },
        {
            "start": 971163974,
            "stop": 971163976
        },
        {
            "start": 971163981,
            "stop": 971163982
        },
        {
            "start": 971163983,
            "stop": 971163986
        },
        {
            "start": 971163994,
            "stop": 971163995
        },
        {
            "start": 971163998,
            "stop": 971163999
        },
        {
            "start": 971164001,
            "stop": 971164007
        },
        {
            "start": 971164011,
            "stop": 971164012
        }
    ]
}