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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=36",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 37,
    "results": [
        {
            "start": 931503819,
            "stop": 931503821
        },
        {
            "start": 931503856,
            "stop": 931503862
        },
        {
            "start": 931503888,
            "stop": 931503889
        },
        {
            "start": 931503915,
            "stop": 931503916
        },
        {
            "start": 931503964,
            "stop": 931503965
        },
        {
            "start": 931503977,
            "stop": 931503978
        },
        {
            "start": 931503993,
            "stop": 931503994
        },
        {
            "start": 931504008,
            "stop": 931504011
        },
        {
            "start": 931504040,
            "stop": 931504045
        },
        {
            "start": 931504058,
            "stop": 931504063
        },
        {
            "start": 931504077,
            "stop": 931504079
        },
        {
            "start": 931504092,
            "stop": 931504103
        },
        {
            "start": 931504110,
            "stop": 931504117
        },
        {
            "start": 931504129,
            "stop": 931504140
        },
        {
            "start": 931504151,
            "stop": 931504164
        },
        {
            "start": 931504171,
            "stop": 931504199
        },
        {
            "start": 931504206,
            "stop": 931504212
        },
        {
            "start": 931504231,
            "stop": 931504243
        },
        {
            "start": 931504263,
            "stop": 931504283
        },
        {
            "start": 931504290,
            "stop": 931504294
        }
    ]
}