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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=147",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 148,
    "results": [
        {
            "start": 932805715,
            "stop": 932805749
        },
        {
            "start": 932805801,
            "stop": 932805811
        },
        {
            "start": 932805832,
            "stop": 932805910
        },
        {
            "start": 932805955,
            "stop": 932806154
        },
        {
            "start": 932806177,
            "stop": 932806180
        },
        {
            "start": 932806216,
            "stop": 932806217
        },
        {
            "start": 932806533,
            "stop": 932806552
        },
        {
            "start": 932806571,
            "stop": 932806625
        },
        {
            "start": 932807617,
            "stop": 932807654
        },
        {
            "start": 932807673,
            "stop": 932807677
        },
        {
            "start": 932807697,
            "stop": 932807836
        },
        {
            "start": 932807976,
            "stop": 932809007
        },
        {
            "start": 932809026,
            "stop": 932809053
        },
        {
            "start": 932809120,
            "stop": 932809471
        },
        {
            "start": 932809499,
            "stop": 932810445
        },
        {
            "start": 932810464,
            "stop": 932810480
        },
        {
            "start": 932810525,
            "stop": 932810542
        },
        {
            "start": 932810622,
            "stop": 932810697
        },
        {
            "start": 932810773,
            "stop": 932810846
        },
        {
            "start": 932810869,
            "stop": 932810940
        }
    ]
}