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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=145",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 146,
    "results": [
        {
            "start": 931132487,
            "stop": 931132490
        },
        {
            "start": 931132496,
            "stop": 931132497
        },
        {
            "start": 931132499,
            "stop": 931132500
        },
        {
            "start": 931132501,
            "stop": 931132502
        },
        {
            "start": 931132503,
            "stop": 931132504
        },
        {
            "start": 931132507,
            "stop": 931132510
        },
        {
            "start": 931132511,
            "stop": 931132513
        },
        {
            "start": 931132518,
            "stop": 931132521
        },
        {
            "start": 931132522,
            "stop": 931132523
        },
        {
            "start": 931132526,
            "stop": 931132531
        },
        {
            "start": 931132532,
            "stop": 931132540
        },
        {
            "start": 931132546,
            "stop": 931132547
        },
        {
            "start": 931132548,
            "stop": 931132549
        },
        {
            "start": 931132550,
            "stop": 931132559
        },
        {
            "start": 931132562,
            "stop": 931132564
        },
        {
            "start": 931132565,
            "stop": 931132566
        },
        {
            "start": 931132570,
            "stop": 931132573
        },
        {
            "start": 931132574,
            "stop": 931132583
        },
        {
            "start": 931132586,
            "stop": 931132590
        },
        {
            "start": 931132593,
            "stop": 931132595
        }
    ]
}