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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=379",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 380,
    "results": [
        {
            "start": 821502530,
            "stop": 821502532
        },
        {
            "start": 821502535,
            "stop": 821502544
        },
        {
            "start": 821502547,
            "stop": 821502572
        },
        {
            "start": 821502575,
            "stop": 821502628
        },
        {
            "start": 821502631,
            "stop": 821502684
        },
        {
            "start": 821502691,
            "stop": 821502859
        },
        {
            "start": 821502866,
            "stop": 821502895
        },
        {
            "start": 821502902,
            "stop": 821502987
        },
        {
            "start": 821502994,
            "stop": 821503047
        },
        {
            "start": 821503050,
            "stop": 821503121
        },
        {
            "start": 821503128,
            "stop": 821503170
        },
        {
            "start": 821503177,
            "stop": 821503187
        },
        {
            "start": 821503194,
            "stop": 821503229
        },
        {
            "start": 821503236,
            "stop": 821503310
        },
        {
            "start": 821503317,
            "stop": 821503392
        },
        {
            "start": 821503399,
            "stop": 821503465
        },
        {
            "start": 821503472,
            "stop": 821503494
        },
        {
            "start": 821503501,
            "stop": 821503517
        },
        {
            "start": 821503525,
            "stop": 821503631
        },
        {
            "start": 821503639,
            "stop": 821503719
        }
    ]
}