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=2370
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=2371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2369",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2370,
    "results": [
        {
            "start": 872466885,
            "stop": 872468647
        },
        {
            "start": 872468708,
            "stop": 872473650
        },
        {
            "start": 872473667,
            "stop": 872473972
        },
        {
            "start": 872473989,
            "stop": 872474223
        },
        {
            "start": 872474240,
            "stop": 872475195
        },
        {
            "start": 872475212,
            "stop": 872477481
        },
        {
            "start": 872477498,
            "stop": 872481414
        },
        {
            "start": 872481431,
            "stop": 872483264
        },
        {
            "start": 872483445,
            "stop": 872485990
        },
        {
            "start": 872486008,
            "stop": 872496456
        },
        {
            "start": 872496473,
            "stop": 872498854
        },
        {
            "start": 872498871,
            "stop": 872504499
        },
        {
            "start": 872504516,
            "stop": 872504913
        },
        {
            "start": 872504930,
            "stop": 872507519
        },
        {
            "start": 872507536,
            "stop": 872507804
        },
        {
            "start": 872507985,
            "stop": 872508284
        },
        {
            "start": 872508465,
            "stop": 872508584
        },
        {
            "start": 872508765,
            "stop": 872511646
        },
        {
            "start": 872511663,
            "stop": 872511770
        },
        {
            "start": 872511850,
            "stop": 872513084
        }
    ]
}