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=15799
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=15800",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15798",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15799,
    "results": [
        {
            "start": 971173074,
            "stop": 971173078
        },
        {
            "start": 971173079,
            "stop": 971173082
        },
        {
            "start": 971173091,
            "stop": 971173098
        },
        {
            "start": 971173099,
            "stop": 971173104
        },
        {
            "start": 971173106,
            "stop": 971173111
        },
        {
            "start": 971173113,
            "stop": 971173114
        },
        {
            "start": 971173118,
            "stop": 971173124
        },
        {
            "start": 971173126,
            "stop": 971173127
        },
        {
            "start": 971173129,
            "stop": 971173130
        },
        {
            "start": 971173131,
            "stop": 971173135
        },
        {
            "start": 971173137,
            "stop": 971173140
        },
        {
            "start": 971173142,
            "stop": 971173143
        },
        {
            "start": 971173145,
            "stop": 971173147
        },
        {
            "start": 971173149,
            "stop": 971173151
        },
        {
            "start": 971173152,
            "stop": 971173154
        },
        {
            "start": 971173155,
            "stop": 971173156
        },
        {
            "start": 971173157,
            "stop": 971173158
        },
        {
            "start": 971173160,
            "stop": 971173163
        },
        {
            "start": 971173164,
            "stop": 971173165
        },
        {
            "start": 971173170,
            "stop": 971173171
        }
    ]
}