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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=263",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 264,
    "results": [
        {
            "start": 931511154,
            "stop": 931511169
        },
        {
            "start": 931511175,
            "stop": 931511192
        },
        {
            "start": 931511195,
            "stop": 931511196
        },
        {
            "start": 931511199,
            "stop": 931511210
        },
        {
            "start": 931511213,
            "stop": 931511223
        },
        {
            "start": 931511226,
            "stop": 931511227
        },
        {
            "start": 931511230,
            "stop": 931511247
        },
        {
            "start": 931511250,
            "stop": 931511254
        },
        {
            "start": 931511257,
            "stop": 931511274
        },
        {
            "start": 931511277,
            "stop": 931511284
        },
        {
            "start": 931511287,
            "stop": 931511297
        },
        {
            "start": 931511300,
            "stop": 931511301
        },
        {
            "start": 931511304,
            "stop": 931511332
        },
        {
            "start": 931511335,
            "stop": 931511350
        },
        {
            "start": 931511355,
            "stop": 931511358
        },
        {
            "start": 931511367,
            "stop": 931511374
        },
        {
            "start": 931511379,
            "stop": 931511381
        },
        {
            "start": 931511383,
            "stop": 931511396
        },
        {
            "start": 931511399,
            "stop": 931511409
        },
        {
            "start": 931511411,
            "stop": 931511419
        }
    ]
}