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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6311",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6312,
    "results": [
        {
            "start": 873208460,
            "stop": 873208693
        },
        {
            "start": 873208694,
            "stop": 873208835
        },
        {
            "start": 873208837,
            "stop": 873209888
        },
        {
            "start": 873209889,
            "stop": 873210026
        },
        {
            "start": 873210027,
            "stop": 873210092
        },
        {
            "start": 873210093,
            "stop": 873210217
        },
        {
            "start": 873210218,
            "stop": 873210353
        },
        {
            "start": 873210354,
            "stop": 873211438
        },
        {
            "start": 873211439,
            "stop": 873211488
        },
        {
            "start": 873211489,
            "stop": 873211766
        },
        {
            "start": 873211767,
            "stop": 873211847
        },
        {
            "start": 873211848,
            "stop": 873211912
        },
        {
            "start": 873211913,
            "stop": 873212582
        },
        {
            "start": 873212584,
            "stop": 873212699
        },
        {
            "start": 873212701,
            "stop": 873212970
        },
        {
            "start": 873212971,
            "stop": 873213156
        },
        {
            "start": 873213157,
            "stop": 873213296
        },
        {
            "start": 873213297,
            "stop": 873213404
        },
        {
            "start": 873213405,
            "stop": 873213605
        },
        {
            "start": 873213606,
            "stop": 873214192
        }
    ]
}