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=4640
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=4641",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4639",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4640,
    "results": [
        {
            "start": 969502917,
            "stop": 969504193
        },
        {
            "start": 969504196,
            "stop": 969505479
        },
        {
            "start": 969505482,
            "stop": 969505556
        },
        {
            "start": 969505559,
            "stop": 969505788
        },
        {
            "start": 969505791,
            "stop": 969505952
        },
        {
            "start": 969505957,
            "stop": 969506260
        },
        {
            "start": 969506263,
            "stop": 969506265
        },
        {
            "start": 969506268,
            "stop": 969506587
        },
        {
            "start": 969506590,
            "stop": 969506925
        },
        {
            "start": 969506928,
            "stop": 969507845
        },
        {
            "start": 969507848,
            "stop": 969508201
        },
        {
            "start": 969508204,
            "stop": 969508677
        },
        {
            "start": 969508680,
            "stop": 969509393
        },
        {
            "start": 969509410,
            "stop": 969510423
        },
        {
            "start": 969510426,
            "stop": 969510869
        },
        {
            "start": 969510872,
            "stop": 969511338
        },
        {
            "start": 969511341,
            "stop": 969511899
        },
        {
            "start": 969511902,
            "stop": 969512612
        },
        {
            "start": 969512615,
            "stop": 969512808
        },
        {
            "start": 969512811,
            "stop": 969513128
        }
    ]
}