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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=432",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 433,
    "results": [
        {
            "start": 862162937,
            "stop": 862163044
        },
        {
            "start": 862163045,
            "stop": 862163116
        },
        {
            "start": 862163118,
            "stop": 862163226
        },
        {
            "start": 862163336,
            "stop": 862164819
        },
        {
            "start": 862165119,
            "stop": 862165238
        },
        {
            "start": 862165348,
            "stop": 862165688
        },
        {
            "start": 862165988,
            "stop": 862167802
        },
        {
            "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": 862195742
        },
        {
            "start": 862195748,
            "stop": 862201980
        },
        {
            "start": 862201981,
            "stop": 862202084
        }
    ]
}