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=4623
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=4624",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4622",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4623,
    "results": [
        {
            "start": 969374367,
            "stop": 969374378
        },
        {
            "start": 969374498,
            "stop": 969374510
        },
        {
            "start": 969374513,
            "stop": 969374558
        },
        {
            "start": 969375218,
            "stop": 969375278
        },
        {
            "start": 969375998,
            "stop": 969376058
        },
        {
            "start": 969380078,
            "stop": 969380198
        },
        {
            "start": 969380798,
            "stop": 969380811
        },
        {
            "start": 969380814,
            "stop": 969380978
        },
        {
            "start": 969381938,
            "stop": 969382118
        },
        {
            "start": 969382358,
            "stop": 969382418
        },
        {
            "start": 969382538,
            "stop": 969382598
        },
        {
            "start": 969383138,
            "stop": 969383258
        },
        {
            "start": 969383318,
            "stop": 969383438
        },
        {
            "start": 969383498,
            "stop": 969384458
        },
        {
            "start": 969384578,
            "stop": 969385118
        },
        {
            "start": 969385178,
            "stop": 969385196
        },
        {
            "start": 969385199,
            "stop": 969385778
        },
        {
            "start": 969385838,
            "stop": 969385881
        },
        {
            "start": 969385884,
            "stop": 969386138
        },
        {
            "start": 969386258,
            "stop": 969386411
        }
    ]
}