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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33179",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33180,
    "results": [
        {
            "start": 970795479,
            "stop": 970795582
        },
        {
            "start": 970795583,
            "stop": 970795661
        },
        {
            "start": 970795664,
            "stop": 970795682
        },
        {
            "start": 970795685,
            "stop": 970795940
        },
        {
            "start": 970795941,
            "stop": 970795953
        },
        {
            "start": 970795956,
            "stop": 970796339
        },
        {
            "start": 970796340,
            "stop": 970796350
        },
        {
            "start": 970796353,
            "stop": 970796377
        },
        {
            "start": 970796378,
            "stop": 970796962
        },
        {
            "start": 970796965,
            "stop": 970797246
        },
        {
            "start": 970797249,
            "stop": 970797307
        },
        {
            "start": 970797310,
            "stop": 970797365
        },
        {
            "start": 970797368,
            "stop": 970798108
        },
        {
            "start": 970798109,
            "stop": 970798414
        },
        {
            "start": 970798415,
            "stop": 970798684
        },
        {
            "start": 970798687,
            "stop": 970799271
        },
        {
            "start": 970799272,
            "stop": 970799866
        },
        {
            "start": 970799867,
            "stop": 970801065
        },
        {
            "start": 970801067,
            "stop": 970801125
        },
        {
            "start": 970801128,
            "stop": 970801129
        }
    ]
}