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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15711",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15712,
    "results": [
        {
            "start": 971163878,
            "stop": 971163881
        },
        {
            "start": 971163884,
            "stop": 971163885
        },
        {
            "start": 971163888,
            "stop": 971163889
        },
        {
            "start": 971163896,
            "stop": 971163897
        },
        {
            "start": 971163898,
            "stop": 971163899
        },
        {
            "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
        }
    ]
}