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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29360",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29361,
    "results": [
        {
            "start": 971258251,
            "stop": 971258270
        },
        {
            "start": 971258272,
            "stop": 971258283
        },
        {
            "start": 971258284,
            "stop": 971258305
        },
        {
            "start": 971258307,
            "stop": 971258312
        },
        {
            "start": 971258313,
            "stop": 971258322
        },
        {
            "start": 971258323,
            "stop": 971258333
        },
        {
            "start": 971258336,
            "stop": 971258337
        },
        {
            "start": 971258338,
            "stop": 971258342
        },
        {
            "start": 971258344,
            "stop": 971258347
        },
        {
            "start": 971258348,
            "stop": 971258363
        },
        {
            "start": 971258364,
            "stop": 971258372
        },
        {
            "start": 971258374,
            "stop": 971258375
        },
        {
            "start": 971258377,
            "stop": 971258379
        },
        {
            "start": 971258380,
            "stop": 971258381
        },
        {
            "start": 971258383,
            "stop": 971258404
        },
        {
            "start": 971258405,
            "stop": 971258415
        },
        {
            "start": 971258420,
            "stop": 971258423
        },
        {
            "start": 971258424,
            "stop": 971258435
        },
        {
            "start": 971258436,
            "stop": 971258437
        },
        {
            "start": 971258438,
            "stop": 971258449
        }
    ]
}