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_CBCLOW_CAT2/segments?format=api&page=863
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=864",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=862",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 863,
    "results": [
        {
            "start": 965520733,
            "stop": 965539027
        },
        {
            "start": 965540543,
            "stop": 965547885
        },
        {
            "start": 965549247,
            "stop": 965561048
        },
        {
            "start": 965565590,
            "stop": 965586926
        },
        {
            "start": 965589275,
            "stop": 965601431
        },
        {
            "start": 965602329,
            "stop": 965621551
        },
        {
            "start": 965621557,
            "stop": 965628641
        },
        {
            "start": 965628647,
            "stop": 965637574
        },
        {
            "start": 965640858,
            "stop": 965643299
        },
        {
            "start": 965644440,
            "stop": 965649649
        },
        {
            "start": 965663327,
            "stop": 965669897
        },
        {
            "start": 965671981,
            "stop": 965681360
        },
        {
            "start": 965687514,
            "stop": 965687707
        },
        {
            "start": 965690523,
            "stop": 965691416
        },
        {
            "start": 965694220,
            "stop": 965694823
        },
        {
            "start": 965697493,
            "stop": 965698613
        },
        {
            "start": 965700254,
            "stop": 965706291
        },
        {
            "start": 965706348,
            "stop": 965706430
        },
        {
            "start": 965709508,
            "stop": 965709689
        },
        {
            "start": 965709856,
            "stop": 965715516
        }
    ]
}