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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=256",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 257,
    "results": [
        {
            "start": 846190684,
            "stop": 846191721
        },
        {
            "start": 846192021,
            "stop": 846192264
        },
        {
            "start": 846192374,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846193711
        },
        {
            "start": 846193821,
            "stop": 846193991
        },
        {
            "start": 846194291,
            "stop": 846194485
        },
        {
            "start": 846194917,
            "stop": 846194920
        },
        {
            "start": 846194921,
            "stop": 846195029
        },
        {
            "start": 846195030,
            "stop": 846195062
        },
        {
            "start": 846195064,
            "stop": 846195068
        },
        {
            "start": 846195069,
            "stop": 846195070
        },
        {
            "start": 846195072,
            "stop": 846195075
        },
        {
            "start": 846195077,
            "stop": 846195085
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        },
        {
            "start": 846202994,
            "stop": 846255373
        },
        {
            "start": 846255515,
            "stop": 846256564
        },
        {
            "start": 846256568,
            "stop": 846257323
        },
        {
            "start": 846257329,
            "stop": 846257662
        },
        {
            "start": 846257665,
            "stop": 846262079
        }
    ]
}