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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=107",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 108,
    "results": [
        {
            "start": 816737589,
            "stop": 816737601
        },
        {
            "start": 816737606,
            "stop": 816737608
        },
        {
            "start": 816737613,
            "stop": 816737617
        },
        {
            "start": 816737620,
            "stop": 816737628
        },
        {
            "start": 816737633,
            "stop": 816737647
        },
        {
            "start": 816737655,
            "stop": 816737669
        },
        {
            "start": 816737674,
            "stop": 816737677
        },
        {
            "start": 816737682,
            "stop": 816737683
        },
        {
            "start": 816737689,
            "stop": 816737691
        },
        {
            "start": 816737696,
            "stop": 816737700
        },
        {
            "start": 816737704,
            "stop": 816737719
        },
        {
            "start": 816737722,
            "stop": 816737775
        },
        {
            "start": 816737779,
            "stop": 816737801
        },
        {
            "start": 816737810,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816737840
        },
        {
            "start": 816737844,
            "stop": 816737846
        },
        {
            "start": 816737850,
            "stop": 816737863
        },
        {
            "start": 816737866,
            "stop": 816737897
        },
        {
            "start": 816737901,
            "stop": 816737908
        },
        {
            "start": 816737913,
            "stop": 816737916
        }
    ]
}