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=407
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=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=406",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 407,
    "results": [
        {
            "start": 821767472,
            "stop": 821767478
        },
        {
            "start": 821767481,
            "stop": 821767489
        },
        {
            "start": 821767492,
            "stop": 821767497
        },
        {
            "start": 821767504,
            "stop": 821767507
        },
        {
            "start": 821767511,
            "stop": 821767515
        },
        {
            "start": 821767518,
            "stop": 821767520
        },
        {
            "start": 821767526,
            "stop": 821767527
        },
        {
            "start": 821767532,
            "stop": 821767537
        },
        {
            "start": 821767540,
            "stop": 821767543
        },
        {
            "start": 821767553,
            "stop": 821767556
        },
        {
            "start": 821767564,
            "stop": 821767571
        },
        {
            "start": 821767577,
            "stop": 821767578
        },
        {
            "start": 821767581,
            "stop": 821767584
        },
        {
            "start": 821767590,
            "stop": 821767592
        },
        {
            "start": 821767597,
            "stop": 821767603
        },
        {
            "start": 821767609,
            "stop": 821767624
        },
        {
            "start": 821767631,
            "stop": 821767632
        },
        {
            "start": 821767635,
            "stop": 821767649
        },
        {
            "start": 821767652,
            "stop": 821767674
        },
        {
            "start": 821767677,
            "stop": 821767694
        }
    ]
}