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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=132",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 133,
    "results": [
        {
            "start": 965589275,
            "stop": 965601431
        },
        {
            "start": 965602329,
            "stop": 965637469
        },
        {
            "start": 965640858,
            "stop": 965643194
        },
        {
            "start": 965644440,
            "stop": 965649544
        },
        {
            "start": 965663327,
            "stop": 965669792
        },
        {
            "start": 965671981,
            "stop": 965681285
        },
        {
            "start": 965687514,
            "stop": 965687602
        },
        {
            "start": 965690523,
            "stop": 965691416
        },
        {
            "start": 965694220,
            "stop": 965694718
        },
        {
            "start": 965697493,
            "stop": 965698508
        },
        {
            "start": 965700254,
            "stop": 965706291
        },
        {
            "start": 965709508,
            "stop": 965709689
        },
        {
            "start": 965709856,
            "stop": 965715411
        },
        {
            "start": 965717145,
            "stop": 965718284
        },
        {
            "start": 965721980,
            "stop": 965725083
        },
        {
            "start": 965726127,
            "stop": 965728735
        },
        {
            "start": 965729773,
            "stop": 965732092
        },
        {
            "start": 965734251,
            "stop": 965740639
        },
        {
            "start": 965744856,
            "stop": 965746562
        },
        {
            "start": 965746646,
            "stop": 965752828
        }
    ]
}