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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4211",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4212,
    "results": [
        {
            "start": 874452387,
            "stop": 874452391
        },
        {
            "start": 874452411,
            "stop": 874452427
        },
        {
            "start": 874452456,
            "stop": 874452491
        },
        {
            "start": 874452510,
            "stop": 874452570
        },
        {
            "start": 874452601,
            "stop": 874452605
        },
        {
            "start": 874452657,
            "stop": 874452767
        },
        {
            "start": 874452786,
            "stop": 874452818
        },
        {
            "start": 874452837,
            "stop": 874452846
        },
        {
            "start": 874452865,
            "stop": 874452890
        },
        {
            "start": 874452912,
            "stop": 874453004
        },
        {
            "start": 874453132,
            "stop": 874453211
        },
        {
            "start": 874453230,
            "stop": 874453245
        },
        {
            "start": 874453265,
            "stop": 874453620
        },
        {
            "start": 874453639,
            "stop": 874453643
        },
        {
            "start": 874453693,
            "stop": 874453701
        },
        {
            "start": 874453720,
            "stop": 874453992
        },
        {
            "start": 874454012,
            "stop": 874454036
        },
        {
            "start": 874454100,
            "stop": 874454119
        },
        {
            "start": 874454142,
            "stop": 874454170
        },
        {
            "start": 874454189,
            "stop": 874454209
        }
    ]
}