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=2067
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=2068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2066",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2067,
    "results": [
        {
            "start": 862163045,
            "stop": 862163116
        },
        {
            "start": 862163118,
            "stop": 862163190
        },
        {
            "start": 862163336,
            "stop": 862164819
        },
        {
            "start": 862165119,
            "stop": 862165238
        },
        {
            "start": 862165348,
            "stop": 862165688
        },
        {
            "start": 862165988,
            "stop": 862167817
        },
        {
            "start": 862168790,
            "stop": 862169388
        },
        {
            "start": 862169688,
            "stop": 862169717
        },
        {
            "start": 862169720,
            "stop": 862173212
        },
        {
            "start": 862173218,
            "stop": 862173285
        },
        {
            "start": 862173290,
            "stop": 862173670
        },
        {
            "start": 862173674,
            "stop": 862173680
        },
        {
            "start": 862173683,
            "stop": 862176751
        },
        {
            "start": 862177971,
            "stop": 862179154
        },
        {
            "start": 862180272,
            "stop": 862187307
        },
        {
            "start": 862187417,
            "stop": 862187638
        },
        {
            "start": 862188193,
            "stop": 862189830
        },
        {
            "start": 862189950,
            "stop": 862191630
        },
        {
            "start": 862191690,
            "stop": 862195742
        },
        {
            "start": 862195748,
            "stop": 862201980
        }
    ]
}