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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4639",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4637",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4638,
    "results": [
        {
            "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
        },
        {
            "start": 969488574,
            "stop": 969490354
        },
        {
            "start": 969490357,
            "stop": 969490604
        },
        {
            "start": 969490610,
            "stop": 969490778
        },
        {
            "start": 969490781,
            "stop": 969491363
        },
        {
            "start": 969491366,
            "stop": 969491512
        },
        {
            "start": 969491515,
            "stop": 969491745
        }
    ]
}