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=6332
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=6333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6331",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6332,
    "results": [
        {
            "start": 873317593,
            "stop": 873317801
        },
        {
            "start": 873317802,
            "stop": 873317862
        },
        {
            "start": 873317863,
            "stop": 873317902
        },
        {
            "start": 873317904,
            "stop": 873318221
        },
        {
            "start": 873318222,
            "stop": 873318228
        },
        {
            "start": 873318229,
            "stop": 873318407
        },
        {
            "start": 873319833,
            "stop": 873320025
        },
        {
            "start": 873320027,
            "stop": 873320050
        },
        {
            "start": 873320051,
            "stop": 873320890
        },
        {
            "start": 873320891,
            "stop": 873321420
        },
        {
            "start": 873321421,
            "stop": 873321892
        },
        {
            "start": 873321893,
            "stop": 873322386
        },
        {
            "start": 873322387,
            "stop": 873322754
        },
        {
            "start": 873322758,
            "stop": 873323256
        },
        {
            "start": 873323257,
            "stop": 873323458
        },
        {
            "start": 873323459,
            "stop": 873323808
        },
        {
            "start": 873323809,
            "stop": 873324707
        },
        {
            "start": 873324708,
            "stop": 873324722
        },
        {
            "start": 873324723,
            "stop": 873324876
        },
        {
            "start": 873324877,
            "stop": 873325074
        }
    ]
}