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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=302",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 303,
    "results": [
        {
            "start": 821717572,
            "stop": 821717604
        },
        {
            "start": 821717607,
            "stop": 821717628
        },
        {
            "start": 821717631,
            "stop": 821717653
        },
        {
            "start": 821717656,
            "stop": 821717659
        },
        {
            "start": 821717662,
            "stop": 821717672
        },
        {
            "start": 821717675,
            "stop": 821717697
        },
        {
            "start": 821717700,
            "stop": 821717751
        },
        {
            "start": 821717754,
            "stop": 821717772
        },
        {
            "start": 821717775,
            "stop": 821717825
        },
        {
            "start": 821717828,
            "stop": 821717852
        },
        {
            "start": 821717856,
            "stop": 821717871
        },
        {
            "start": 821717874,
            "stop": 821717876
        },
        {
            "start": 821717879,
            "stop": 821718005
        },
        {
            "start": 821718013,
            "stop": 821718015
        },
        {
            "start": 821718018,
            "stop": 821718025
        },
        {
            "start": 821718028,
            "stop": 821718029
        },
        {
            "start": 821718036,
            "stop": 821718066
        },
        {
            "start": 821718069,
            "stop": 821718081
        },
        {
            "start": 821718085,
            "stop": 821718236
        },
        {
            "start": 821718239,
            "stop": 821718267
        }
    ]
}