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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=117",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 118,
    "results": [
        {
            "start": 931094299,
            "stop": 931094300
        },
        {
            "start": 931094302,
            "stop": 931094303
        },
        {
            "start": 931094304,
            "stop": 931094305
        },
        {
            "start": 931094308,
            "stop": 931094309
        },
        {
            "start": 931094310,
            "stop": 931094313
        },
        {
            "start": 931094314,
            "stop": 931094317
        },
        {
            "start": 931094321,
            "stop": 931094323
        },
        {
            "start": 931094324,
            "stop": 931094325
        },
        {
            "start": 931094326,
            "stop": 931094330
        },
        {
            "start": 931094332,
            "stop": 931094333
        },
        {
            "start": 931094334,
            "stop": 931094340
        },
        {
            "start": 931094341,
            "stop": 931094342
        },
        {
            "start": 931094348,
            "stop": 931094350
        },
        {
            "start": 931094351,
            "stop": 931094352
        },
        {
            "start": 931094354,
            "stop": 931094355
        },
        {
            "start": 931094357,
            "stop": 931094362
        },
        {
            "start": 931094363,
            "stop": 931094366
        },
        {
            "start": 931094368,
            "stop": 931094371
        },
        {
            "start": 931094372,
            "stop": 931094373
        },
        {
            "start": 931094374,
            "stop": 931094375
        }
    ]
}