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=465
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=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=464",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 465,
    "results": [
        {
            "start": 821779757,
            "stop": 821779767
        },
        {
            "start": 821779770,
            "stop": 821779778
        },
        {
            "start": 821779781,
            "stop": 821779845
        },
        {
            "start": 821779848,
            "stop": 821779864
        },
        {
            "start": 821779867,
            "stop": 821779869
        },
        {
            "start": 821779872,
            "stop": 821779887
        },
        {
            "start": 821779890,
            "stop": 821779895
        },
        {
            "start": 821779900,
            "stop": 821779915
        },
        {
            "start": 821779918,
            "stop": 821779922
        },
        {
            "start": 821779925,
            "stop": 821779935
        },
        {
            "start": 821779939,
            "stop": 821779940
        },
        {
            "start": 821779946,
            "stop": 821779965
        },
        {
            "start": 821779968,
            "stop": 821779969
        },
        {
            "start": 821779972,
            "stop": 821779976
        },
        {
            "start": 821779979,
            "stop": 821779999
        },
        {
            "start": 821780002,
            "stop": 821780004
        },
        {
            "start": 821780009,
            "stop": 821780015
        },
        {
            "start": 821780018,
            "stop": 821780021
        },
        {
            "start": 821780024,
            "stop": 821780033
        },
        {
            "start": 821780036,
            "stop": 821780040
        }
    ]
}