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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=137",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 138,
    "results": [
        {
            "start": 830100539,
            "stop": 830113813
        },
        {
            "start": 830118322,
            "stop": 830127733
        },
        {
            "start": 830129085,
            "stop": 830140693
        },
        {
            "start": 830142057,
            "stop": 830143198
        },
        {
            "start": 830143202,
            "stop": 830144222
        },
        {
            "start": 830144225,
            "stop": 830147393
        },
        {
            "start": 830147402,
            "stop": 830147764
        },
        {
            "start": 830147768,
            "stop": 830148004
        },
        {
            "start": 830148008,
            "stop": 830148218
        },
        {
            "start": 830148222,
            "stop": 830148406
        },
        {
            "start": 830148410,
            "stop": 830148536
        },
        {
            "start": 830148540,
            "stop": 830148580
        },
        {
            "start": 830148584,
            "stop": 830148886
        },
        {
            "start": 830148890,
            "stop": 830149355
        },
        {
            "start": 830149360,
            "stop": 830149497
        },
        {
            "start": 830149501,
            "stop": 830149526
        },
        {
            "start": 830149529,
            "stop": 830150441
        },
        {
            "start": 830150445,
            "stop": 830150939
        },
        {
            "start": 830150943,
            "stop": 830150959
        },
        {
            "start": 830150963,
            "stop": 830155728
        }
    ]
}