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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=101",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 102,
    "results": [
        {
            "start": 818080534,
            "stop": 818080536
        },
        {
            "start": 818080578,
            "stop": 818080582
        },
        {
            "start": 818080592,
            "stop": 818080594
        },
        {
            "start": 818080674,
            "stop": 818080676
        },
        {
            "start": 818080698,
            "stop": 818080703
        },
        {
            "start": 818080746,
            "stop": 818080747
        },
        {
            "start": 818080845,
            "stop": 818080847
        },
        {
            "start": 818080874,
            "stop": 818080876
        },
        {
            "start": 818080901,
            "stop": 818080903
        },
        {
            "start": 818080958,
            "stop": 818080959
        },
        {
            "start": 818081034,
            "stop": 818081035
        },
        {
            "start": 818081189,
            "stop": 818081192
        },
        {
            "start": 818082166,
            "stop": 818082167
        },
        {
            "start": 818082194,
            "stop": 818082195
        },
        {
            "start": 818082344,
            "stop": 818082345
        },
        {
            "start": 818160753,
            "stop": 818160764
        },
        {
            "start": 818160777,
            "stop": 818160827
        },
        {
            "start": 818160846,
            "stop": 818160850
        },
        {
            "start": 818160865,
            "stop": 818160875
        },
        {
            "start": 818160892,
            "stop": 818160915
        }
    ]
}