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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=141",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 142,
    "results": [
        {
            "start": 931772432,
            "stop": 931772438
        },
        {
            "start": 931772463,
            "stop": 931772476
        },
        {
            "start": 931772483,
            "stop": 931772488
        },
        {
            "start": 931772495,
            "stop": 931772500
        },
        {
            "start": 931772525,
            "stop": 931772527
        },
        {
            "start": 931772534,
            "stop": 931772537
        },
        {
            "start": 931772559,
            "stop": 931772566
        },
        {
            "start": 931772573,
            "stop": 931772590
        },
        {
            "start": 931772597,
            "stop": 931772611
        },
        {
            "start": 931772618,
            "stop": 931772636
        },
        {
            "start": 931772656,
            "stop": 931772658
        },
        {
            "start": 931772665,
            "stop": 931772677
        },
        {
            "start": 931772703,
            "stop": 931772704
        },
        {
            "start": 931772714,
            "stop": 931772734
        },
        {
            "start": 931772747,
            "stop": 931772766
        },
        {
            "start": 931772790,
            "stop": 931772793
        },
        {
            "start": 931772805,
            "stop": 931772806
        },
        {
            "start": 931772819,
            "stop": 931772838
        },
        {
            "start": 931772848,
            "stop": 931772854
        },
        {
            "start": 931772863,
            "stop": 931772864
        }
    ]
}