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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5143",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5144,
    "results": [
        {
            "start": 969482436,
            "stop": 969482438
        },
        {
            "start": 969482498,
            "stop": 969482556
        },
        {
            "start": 969482559,
            "stop": 969482678
        },
        {
            "start": 969482738,
            "stop": 969482799
        },
        {
            "start": 969482802,
            "stop": 969482826
        },
        {
            "start": 969482830,
            "stop": 969482940
        },
        {
            "start": 969482943,
            "stop": 969482951
        },
        {
            "start": 969482954,
            "stop": 969483425
        },
        {
            "start": 969483428,
            "stop": 969483816
        },
        {
            "start": 969483819,
            "stop": 969483934
        },
        {
            "start": 969483937,
            "stop": 969484191
        },
        {
            "start": 969484194,
            "stop": 969484248
        },
        {
            "start": 969484251,
            "stop": 969484656
        },
        {
            "start": 969484659,
            "stop": 969484845
        },
        {
            "start": 969484848,
            "stop": 969486029
        },
        {
            "start": 969486032,
            "stop": 969486116
        },
        {
            "start": 969486119,
            "stop": 969486663
        },
        {
            "start": 969486666,
            "stop": 969486990
        },
        {
            "start": 969486993,
            "stop": 969488342
        },
        {
            "start": 969488345,
            "stop": 969488571
        }
    ]
}