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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8074",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8072",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8073,
    "results": [
        {
            "start": 970491511,
            "stop": 970491516
        },
        {
            "start": 970491522,
            "stop": 970491524
        },
        {
            "start": 970491755,
            "stop": 970491757
        },
        {
            "start": 970491767,
            "stop": 970491769
        },
        {
            "start": 970491775,
            "stop": 970491777
        },
        {
            "start": 970491782,
            "stop": 970491783
        },
        {
            "start": 970491829,
            "stop": 970491833
        },
        {
            "start": 970491836,
            "stop": 970491844
        },
        {
            "start": 970491847,
            "stop": 970491850
        },
        {
            "start": 970491892,
            "stop": 970491893
        },
        {
            "start": 970491942,
            "stop": 970491947
        },
        {
            "start": 970491950,
            "stop": 970491951
        },
        {
            "start": 970496463,
            "stop": 970496505
        },
        {
            "start": 970496508,
            "stop": 970496560
        },
        {
            "start": 970496563,
            "stop": 970496665
        },
        {
            "start": 970496668,
            "stop": 970496740
        },
        {
            "start": 970496743,
            "stop": 970496819
        },
        {
            "start": 970496824,
            "stop": 970496834
        },
        {
            "start": 970496837,
            "stop": 970496926
        },
        {
            "start": 970496947,
            "stop": 970496955
        }
    ]
}