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=477
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=478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=476",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 477,
    "results": [
        {
            "start": 826194368,
            "stop": 826194387
        },
        {
            "start": 826195144,
            "stop": 826195200
        },
        {
            "start": 826195310,
            "stop": 826195830
        },
        {
            "start": 826195847,
            "stop": 826196412
        },
        {
            "start": 826197095,
            "stop": 826214618
        },
        {
            "start": 826214635,
            "stop": 826219740
        },
        {
            "start": 826219811,
            "stop": 826223528
        },
        {
            "start": 826223545,
            "stop": 826229112
        },
        {
            "start": 826234942,
            "stop": 826235030
        },
        {
            "start": 826235047,
            "stop": 826236963
        },
        {
            "start": 826237263,
            "stop": 826237600
        },
        {
            "start": 826237617,
            "stop": 826243042
        },
        {
            "start": 826243059,
            "stop": 826244016
        },
        {
            "start": 826244033,
            "stop": 826249483
        },
        {
            "start": 826249500,
            "stop": 826260144
        },
        {
            "start": 826260254,
            "stop": 826260397
        },
        {
            "start": 826260697,
            "stop": 826264950
        },
        {
            "start": 826265111,
            "stop": 826265318
        },
        {
            "start": 826265618,
            "stop": 826265812
        },
        {
            "start": 826266401,
            "stop": 826266985
        }
    ]
}