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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=216",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 217,
    "results": [
        {
            "start": 827263907,
            "stop": 827263927
        },
        {
            "start": 827263929,
            "stop": 827263938
        },
        {
            "start": 827263942,
            "stop": 827267500
        },
        {
            "start": 827269402,
            "stop": 827274917
        },
        {
            "start": 827275217,
            "stop": 827276290
        },
        {
            "start": 827276295,
            "stop": 827276317
        },
        {
            "start": 827276323,
            "stop": 827276340
        },
        {
            "start": 827276345,
            "stop": 827277327
        },
        {
            "start": 827277333,
            "stop": 827277334
        },
        {
            "start": 827277444,
            "stop": 827278422
        },
        {
            "start": 827278880,
            "stop": 827282641
        },
        {
            "start": 827282644,
            "stop": 827282645
        },
        {
            "start": 827282648,
            "stop": 827282649
        },
        {
            "start": 827282652,
            "stop": 827282657
        },
        {
            "start": 827282659,
            "stop": 827282660
        },
        {
            "start": 827282663,
            "stop": 827282672
        },
        {
            "start": 827282675,
            "stop": 827282706
        },
        {
            "start": 827282710,
            "stop": 827282722
        },
        {
            "start": 827282726,
            "stop": 827283819
        },
        {
            "start": 827283821,
            "stop": 827284121
        }
    ]
}