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=859
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=860",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=858",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 859,
    "results": [
        {
            "start": 964728589,
            "stop": 964742167
        },
        {
            "start": 964743463,
            "stop": 964758879
        },
        {
            "start": 964761131,
            "stop": 964782319
        },
        {
            "start": 964786145,
            "stop": 964790111
        },
        {
            "start": 964790835,
            "stop": 964791639
        },
        {
            "start": 964792305,
            "stop": 964797304
        },
        {
            "start": 964801347,
            "stop": 964801455
        },
        {
            "start": 964801552,
            "stop": 964811150
        },
        {
            "start": 964813152,
            "stop": 964815560
        },
        {
            "start": 964818291,
            "stop": 964819469
        },
        {
            "start": 964819549,
            "stop": 964822207
        },
        {
            "start": 964822247,
            "stop": 964831988
        },
        {
            "start": 964832034,
            "stop": 964836134
        },
        {
            "start": 964836622,
            "stop": 964868324
        },
        {
            "start": 964871791,
            "stop": 964872567
        },
        {
            "start": 964872573,
            "stop": 964875378
        },
        {
            "start": 964896252,
            "stop": 964897233
        },
        {
            "start": 964899836,
            "stop": 964906744
        },
        {
            "start": 964908255,
            "stop": 964919851
        },
        {
            "start": 964920020,
            "stop": 964947786
        }
    ]
}