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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=269",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 270,
    "results": [
        {
            "start": 931614492,
            "stop": 931614519
        },
        {
            "start": 931614521,
            "stop": 931614525
        },
        {
            "start": 931614527,
            "stop": 931614534
        },
        {
            "start": 931614535,
            "stop": 931614536
        },
        {
            "start": 931614539,
            "stop": 931614541
        },
        {
            "start": 931614543,
            "stop": 931614544
        },
        {
            "start": 931614552,
            "stop": 931614556
        },
        {
            "start": 931614557,
            "stop": 931614569
        },
        {
            "start": 931614574,
            "stop": 931614576
        },
        {
            "start": 931614582,
            "stop": 931614583
        },
        {
            "start": 931614592,
            "stop": 931614597
        },
        {
            "start": 931614599,
            "stop": 931614600
        },
        {
            "start": 931614602,
            "stop": 931614603
        },
        {
            "start": 931614604,
            "stop": 931614606
        },
        {
            "start": 931614608,
            "stop": 931614614
        },
        {
            "start": 931614615,
            "stop": 931614622
        },
        {
            "start": 931614623,
            "stop": 931614649
        },
        {
            "start": 931614652,
            "stop": 931614667
        },
        {
            "start": 931614669,
            "stop": 931614686
        },
        {
            "start": 931614688,
            "stop": 931614691
        }
    ]
}