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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=372",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 373,
    "results": [
        {
            "start": 821760500,
            "stop": 821760503
        },
        {
            "start": 821760507,
            "stop": 821760508
        },
        {
            "start": 821760519,
            "stop": 821760521
        },
        {
            "start": 821760531,
            "stop": 821760540
        },
        {
            "start": 821760552,
            "stop": 821760556
        },
        {
            "start": 821760559,
            "stop": 821760560
        },
        {
            "start": 821760587,
            "stop": 821760588
        },
        {
            "start": 821760595,
            "stop": 821760597
        },
        {
            "start": 821760609,
            "stop": 821760613
        },
        {
            "start": 821760616,
            "stop": 821760617
        },
        {
            "start": 821760623,
            "stop": 821760632
        },
        {
            "start": 821760637,
            "stop": 821760655
        },
        {
            "start": 821760658,
            "stop": 821760659
        },
        {
            "start": 821760662,
            "stop": 821760664
        },
        {
            "start": 821760667,
            "stop": 821760673
        },
        {
            "start": 821760678,
            "stop": 821760685
        },
        {
            "start": 821760693,
            "stop": 821760708
        },
        {
            "start": 821760711,
            "stop": 821760715
        },
        {
            "start": 821760724,
            "stop": 821760729
        },
        {
            "start": 821760744,
            "stop": 821760745
        }
    ]
}