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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=398",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 399,
    "results": [
        {
            "start": 825999871,
            "stop": 826000547
        },
        {
            "start": 826000804,
            "stop": 826001771
        },
        {
            "start": 826001779,
            "stop": 826002045
        },
        {
            "start": 826002323,
            "stop": 826003152
        },
        {
            "start": 826003159,
            "stop": 826004369
        },
        {
            "start": 826004376,
            "stop": 826004563
        },
        {
            "start": 826004570,
            "stop": 826005473
        },
        {
            "start": 826005481,
            "stop": 826010681
        },
        {
            "start": 826010695,
            "stop": 826010865
        },
        {
            "start": 826010872,
            "stop": 826012779
        },
        {
            "start": 826012787,
            "stop": 826014457
        },
        {
            "start": 826015445,
            "stop": 826015454
        },
        {
            "start": 826016038,
            "stop": 826016592
        },
        {
            "start": 826016600,
            "stop": 826017168
        },
        {
            "start": 826017339,
            "stop": 826017619
        },
        {
            "start": 826017627,
            "stop": 826019157
        },
        {
            "start": 826019164,
            "stop": 826019384
        },
        {
            "start": 826019865,
            "stop": 826020151
        },
        {
            "start": 826020158,
            "stop": 826020870
        },
        {
            "start": 826020878,
            "stop": 826022766
        }
    ]
}