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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3188",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3189,
    "results": [
        {
            "start": 870378660,
            "stop": 870380043
        },
        {
            "start": 870380047,
            "stop": 870384020
        },
        {
            "start": 870384025,
            "stop": 870391742
        },
        {
            "start": 870391745,
            "stop": 870394876
        },
        {
            "start": 870394879,
            "stop": 870394918
        },
        {
            "start": 870394922,
            "stop": 870403753
        },
        {
            "start": 870404841,
            "stop": 870415350
        },
        {
            "start": 870415355,
            "stop": 870415358
        },
        {
            "start": 870415366,
            "stop": 870415404
        },
        {
            "start": 870415408,
            "stop": 870415500
        },
        {
            "start": 870415563,
            "stop": 870421004
        },
        {
            "start": 870421185,
            "stop": 870431460
        },
        {
            "start": 870431520,
            "stop": 870433860
        },
        {
            "start": 870433920,
            "stop": 870442680
        },
        {
            "start": 870442740,
            "stop": 870443220
        },
        {
            "start": 870443280,
            "stop": 870446267
        },
        {
            "start": 870446273,
            "stop": 870446280
        },
        {
            "start": 870446340,
            "stop": 870447902
        },
        {
            "start": 870447908,
            "stop": 870448740
        },
        {
            "start": 870448860,
            "stop": 870449100
        }
    ]
}