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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=155",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 156,
    "results": [
        {
            "start": 826576275,
            "stop": 826576282
        },
        {
            "start": 826576298,
            "stop": 826576300
        },
        {
            "start": 826576308,
            "stop": 826576317
        },
        {
            "start": 826576325,
            "stop": 826576330
        },
        {
            "start": 826576335,
            "stop": 826576350
        },
        {
            "start": 826576355,
            "stop": 826579512
        },
        {
            "start": 826579518,
            "stop": 826579522
        },
        {
            "start": 826579535,
            "stop": 826579557
        },
        {
            "start": 826579563,
            "stop": 826579610
        },
        {
            "start": 826579615,
            "stop": 826580370
        },
        {
            "start": 826580693,
            "stop": 826580725
        },
        {
            "start": 826580730,
            "stop": 826582890
        },
        {
            "start": 826583231,
            "stop": 826585350
        },
        {
            "start": 826585470,
            "stop": 826588376
        },
        {
            "start": 826588378,
            "stop": 826588597
        },
        {
            "start": 826588599,
            "stop": 826602280
        },
        {
            "start": 826602284,
            "stop": 826602544
        },
        {
            "start": 826602844,
            "stop": 826605726
        },
        {
            "start": 826605728,
            "stop": 826610577
        },
        {
            "start": 826610579,
            "stop": 826610600
        }
    ]
}