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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8765",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8766,
    "results": [
        {
            "start": 873238849,
            "stop": 873239210
        },
        {
            "start": 873239340,
            "stop": 873239420
        },
        {
            "start": 873239462,
            "stop": 873239625
        },
        {
            "start": 873239745,
            "stop": 873240180
        },
        {
            "start": 873240430,
            "stop": 873241470
        },
        {
            "start": 873241590,
            "stop": 873242570
        },
        {
            "start": 873242650,
            "stop": 873242733
        },
        {
            "start": 873242750,
            "stop": 873243249
        },
        {
            "start": 873243256,
            "stop": 873244010
        },
        {
            "start": 873244090,
            "stop": 873244125
        },
        {
            "start": 873244142,
            "stop": 873244229
        },
        {
            "start": 873244246,
            "stop": 873244338
        },
        {
            "start": 873244358,
            "stop": 873245099
        },
        {
            "start": 873245230,
            "stop": 873245332
        },
        {
            "start": 873246317,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873248040
        },
        {
            "start": 873248100,
            "stop": 873249720
        },
        {
            "start": 873249840,
            "stop": 873250320
        },
        {
            "start": 873250380,
            "stop": 873250430
        },
        {
            "start": 873250560,
            "stop": 873251052
        }
    ]
}