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=770
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=771",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=769",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 770,
    "results": [
        {
            "start": 957340951,
            "stop": 957341102
        },
        {
            "start": 957341108,
            "stop": 957341248
        },
        {
            "start": 957341254,
            "stop": 957341566
        },
        {
            "start": 957341572,
            "stop": 957341650
        },
        {
            "start": 957341656,
            "stop": 957341680
        },
        {
            "start": 957341686,
            "stop": 957342042
        },
        {
            "start": 957342047,
            "stop": 957342101
        },
        {
            "start": 957342107,
            "stop": 957342172
        },
        {
            "start": 957342178,
            "stop": 957342271
        },
        {
            "start": 957342277,
            "stop": 957342400
        },
        {
            "start": 957342406,
            "stop": 957342501
        },
        {
            "start": 957343684,
            "stop": 957344285
        },
        {
            "start": 957344290,
            "stop": 957344364
        },
        {
            "start": 957344370,
            "stop": 957344415
        },
        {
            "start": 957344468,
            "stop": 957344477
        },
        {
            "start": 957344483,
            "stop": 957344618
        },
        {
            "start": 957344624,
            "stop": 957344775
        },
        {
            "start": 957344781,
            "stop": 957344963
        },
        {
            "start": 957345060,
            "stop": 957345143
        },
        {
            "start": 957345149,
            "stop": 957345384
        }
    ]
}