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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=198",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 199,
    "results": [
        {
            "start": 843445946,
            "stop": 843460435
        },
        {
            "start": 843468396,
            "stop": 843481321
        },
        {
            "start": 843481792,
            "stop": 843501890
        },
        {
            "start": 843504471,
            "stop": 843506053
        },
        {
            "start": 843507074,
            "stop": 843507417
        },
        {
            "start": 843508022,
            "stop": 843510648
        },
        {
            "start": 843511675,
            "stop": 843512773
        },
        {
            "start": 843514250,
            "stop": 843514453
        },
        {
            "start": 843515186,
            "stop": 843571093
        },
        {
            "start": 843573074,
            "stop": 843589974
        },
        {
            "start": 843592108,
            "stop": 843604873
        },
        {
            "start": 843606484,
            "stop": 843635593
        },
        {
            "start": 843642345,
            "stop": 843642833
        },
        {
            "start": 843644386,
            "stop": 843644501
        },
        {
            "start": 843646018,
            "stop": 843656402
        },
        {
            "start": 843657475,
            "stop": 843669493
        },
        {
            "start": 843669518,
            "stop": 843669520
        },
        {
            "start": 843671603,
            "stop": 843674407
        },
        {
            "start": 843684381,
            "stop": 843703565
        },
        {
            "start": 843707450,
            "stop": 843709072
        }
    ]
}