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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=165",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 166,
    "results": [
        {
            "start": 830222766,
            "stop": 830222867
        },
        {
            "start": 830222869,
            "stop": 830223191
        },
        {
            "start": 830223193,
            "stop": 830226342
        },
        {
            "start": 830226344,
            "stop": 830227910
        },
        {
            "start": 830229565,
            "stop": 830229690
        },
        {
            "start": 830229691,
            "stop": 830230006
        },
        {
            "start": 830230109,
            "stop": 830240586
        },
        {
            "start": 830240588,
            "stop": 830242036
        },
        {
            "start": 830244486,
            "stop": 830245691
        },
        {
            "start": 830245693,
            "stop": 830247642
        },
        {
            "start": 830247644,
            "stop": 830247684
        },
        {
            "start": 830247686,
            "stop": 830248982
        },
        {
            "start": 830248984,
            "stop": 830258230
        },
        {
            "start": 830258296,
            "stop": 830260846
        },
        {
            "start": 830264097,
            "stop": 830269922
        },
        {
            "start": 830270051,
            "stop": 830270124
        },
        {
            "start": 830270188,
            "stop": 830272302
        },
        {
            "start": 830273621,
            "stop": 830274367
        },
        {
            "start": 830275490,
            "stop": 830275560
        },
        {
            "start": 830275640,
            "stop": 830282204
        }
    ]
}