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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 364,
    "results": [
        {
            "start": 1241075305,
            "stop": 1241076833
        },
        {
            "start": 1241076836,
            "stop": 1241080111
        },
        {
            "start": 1241080114,
            "stop": 1241087521
        },
        {
            "start": 1241087526,
            "stop": 1241089469
        },
        {
            "start": 1241089474,
            "stop": 1241091672
        },
        {
            "start": 1241091676,
            "stop": 1241092247
        },
        {
            "start": 1241092252,
            "stop": 1241093362
        },
        {
            "start": 1241093367,
            "stop": 1241093387
        },
        {
            "start": 1241093391,
            "stop": 1241094370
        },
        {
            "start": 1241094374,
            "stop": 1241100197
        },
        {
            "start": 1241100199,
            "stop": 1241101311
        },
        {
            "start": 1241101314,
            "stop": 1241102827
        },
        {
            "start": 1241102829,
            "stop": 1241104709
        },
        {
            "start": 1241104714,
            "stop": 1241105446
        },
        {
            "start": 1241105449,
            "stop": 1241107945
        },
        {
            "start": 1241107948,
            "stop": 1241110113
        },
        {
            "start": 1241110117,
            "stop": 1241113496
        },
        {
            "start": 1241113501,
            "stop": 1241114416
        },
        {
            "start": 1241114419,
            "stop": 1241115831
        },
        {
            "start": 1241115835,
            "stop": 1241116752
        }
    ]
}