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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5145",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5143",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5144,
    "results": [
        {
            "start": 1136993694,
            "stop": 1136993705
        },
        {
            "start": 1136993707,
            "stop": 1136993738
        },
        {
            "start": 1136993739,
            "stop": 1136993750
        },
        {
            "start": 1136993760,
            "stop": 1136993782
        },
        {
            "start": 1136993784,
            "stop": 1136993792
        },
        {
            "start": 1136993794,
            "stop": 1136993805
        },
        {
            "start": 1136993807,
            "stop": 1136993827
        },
        {
            "start": 1136993829,
            "stop": 1136993839
        },
        {
            "start": 1136993841,
            "stop": 1136993849
        },
        {
            "start": 1136993851,
            "stop": 1136993871
        },
        {
            "start": 1136993873,
            "stop": 1136993885
        },
        {
            "start": 1136993887,
            "stop": 1136993895
        },
        {
            "start": 1136993897,
            "stop": 1136993910
        },
        {
            "start": 1136993911,
            "stop": 1136993966
        },
        {
            "start": 1136993969,
            "stop": 1136993978
        },
        {
            "start": 1136993980,
            "stop": 1136993989
        },
        {
            "start": 1136993991,
            "stop": 1136994002
        },
        {
            "start": 1136994005,
            "stop": 1136994012
        },
        {
            "start": 1136994014,
            "stop": 1136994024
        },
        {
            "start": 1136994026,
            "stop": 1136994034
        }
    ]
}