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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=276",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 277,
    "results": [
        {
            "start": 821658461,
            "stop": 821658759
        },
        {
            "start": 821658763,
            "stop": 821658766
        },
        {
            "start": 821658769,
            "stop": 821658999
        },
        {
            "start": 821659003,
            "stop": 821659043
        },
        {
            "start": 821659047,
            "stop": 821659050
        },
        {
            "start": 821659053,
            "stop": 821659522
        },
        {
            "start": 821659525,
            "stop": 821659571
        },
        {
            "start": 821660538,
            "stop": 821661255
        },
        {
            "start": 821661258,
            "stop": 821661657
        },
        {
            "start": 821661660,
            "stop": 821661720
        },
        {
            "start": 821661723,
            "stop": 821662945
        },
        {
            "start": 821662948,
            "stop": 821663658
        },
        {
            "start": 821663661,
            "stop": 821663878
        },
        {
            "start": 821665575,
            "stop": 821666930
        },
        {
            "start": 821667073,
            "stop": 821670154
        },
        {
            "start": 821670157,
            "stop": 821670897
        },
        {
            "start": 821670900,
            "stop": 821671820
        },
        {
            "start": 821671823,
            "stop": 821672242
        },
        {
            "start": 821672245,
            "stop": 821673867
        },
        {
            "start": 821673870,
            "stop": 821674524
        }
    ]
}