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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=204",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 205,
    "results": [
        {
            "start": 820883644,
            "stop": 820883761
        },
        {
            "start": 820883773,
            "stop": 820883829
        },
        {
            "start": 820883837,
            "stop": 820883892
        },
        {
            "start": 820883900,
            "stop": 820883907
        },
        {
            "start": 820883915,
            "stop": 820883916
        },
        {
            "start": 820883924,
            "stop": 820883974
        },
        {
            "start": 820883992,
            "stop": 820883993
        },
        {
            "start": 820884007,
            "stop": 820884033
        },
        {
            "start": 820884041,
            "stop": 820884060
        },
        {
            "start": 820884073,
            "stop": 820884092
        },
        {
            "start": 820884100,
            "stop": 820884145
        },
        {
            "start": 820884154,
            "stop": 820884177
        },
        {
            "start": 820884797,
            "stop": 820884823
        },
        {
            "start": 820884831,
            "stop": 820884859
        },
        {
            "start": 820887998,
            "stop": 820892753
        },
        {
            "start": 820895818,
            "stop": 820897066
        },
        {
            "start": 820897074,
            "stop": 820897079
        },
        {
            "start": 820897360,
            "stop": 820900370
        },
        {
            "start": 820900378,
            "stop": 820902884
        },
        {
            "start": 820902892,
            "stop": 820902910
        }
    ]
}