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=3560
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=3561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3559",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3560,
    "results": [
        {
            "start": 871704591,
            "stop": 871704593
        },
        {
            "start": 871704616,
            "stop": 871704624
        },
        {
            "start": 871704641,
            "stop": 871704673
        },
        {
            "start": 871704702,
            "stop": 871704710
        },
        {
            "start": 871704727,
            "stop": 871704762
        },
        {
            "start": 871704779,
            "stop": 871704808
        },
        {
            "start": 871704825,
            "stop": 871705002
        },
        {
            "start": 871705019,
            "stop": 871705040
        },
        {
            "start": 871705057,
            "stop": 871705175
        },
        {
            "start": 871705208,
            "stop": 871705242
        },
        {
            "start": 871705259,
            "stop": 871705266
        },
        {
            "start": 871705283,
            "stop": 871705358
        },
        {
            "start": 871705378,
            "stop": 871705574
        },
        {
            "start": 871705591,
            "stop": 871705675
        },
        {
            "start": 871705692,
            "stop": 871705697
        },
        {
            "start": 871705714,
            "stop": 871706246
        },
        {
            "start": 871706268,
            "stop": 871706284
        },
        {
            "start": 871706301,
            "stop": 871706328
        },
        {
            "start": 871706345,
            "stop": 871706790
        },
        {
            "start": 871706807,
            "stop": 871706920
        }
    ]
}