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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3572",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3573,
    "results": [
        {
            "start": 871767429,
            "stop": 871767599
        },
        {
            "start": 871767616,
            "stop": 871767703
        },
        {
            "start": 871767780,
            "stop": 871767823
        },
        {
            "start": 871767840,
            "stop": 871768537
        },
        {
            "start": 871768554,
            "stop": 871768618
        },
        {
            "start": 871768644,
            "stop": 871768654
        },
        {
            "start": 871768673,
            "stop": 871768800
        },
        {
            "start": 871768817,
            "stop": 871768954
        },
        {
            "start": 871768971,
            "stop": 871769221
        },
        {
            "start": 871769238,
            "stop": 871769622
        },
        {
            "start": 871769639,
            "stop": 871769665
        },
        {
            "start": 871769682,
            "stop": 871770106
        },
        {
            "start": 871770123,
            "stop": 871770167
        },
        {
            "start": 871770184,
            "stop": 871770571
        },
        {
            "start": 871770588,
            "stop": 871770590
        },
        {
            "start": 871770608,
            "stop": 871770628
        },
        {
            "start": 871770646,
            "stop": 871770647
        },
        {
            "start": 871770664,
            "stop": 871770935
        },
        {
            "start": 871770952,
            "stop": 871771106
        },
        {
            "start": 871771127,
            "stop": 871771178
        }
    ]
}