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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=370",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 371,
    "results": [
        {
            "start": 847740000,
            "stop": 847740006
        },
        {
            "start": 847740007,
            "stop": 847740008
        },
        {
            "start": 847740010,
            "stop": 847740083
        },
        {
            "start": 847740084,
            "stop": 847740098
        },
        {
            "start": 847740100,
            "stop": 847740112
        },
        {
            "start": 847740113,
            "stop": 847740153
        },
        {
            "start": 847740154,
            "stop": 847740155
        },
        {
            "start": 847740156,
            "stop": 847740204
        },
        {
            "start": 847740205,
            "stop": 847740253
        },
        {
            "start": 847740254,
            "stop": 847740261
        },
        {
            "start": 847740561,
            "stop": 847740576
        },
        {
            "start": 847740577,
            "stop": 847740594
        },
        {
            "start": 847740595,
            "stop": 847740596
        },
        {
            "start": 847740599,
            "stop": 847740631
        },
        {
            "start": 847741007,
            "stop": 847741013
        },
        {
            "start": 847741015,
            "stop": 847741027
        },
        {
            "start": 847741563,
            "stop": 847741564
        },
        {
            "start": 847741566,
            "stop": 847741568
        },
        {
            "start": 847741570,
            "stop": 847741589
        },
        {
            "start": 847741590,
            "stop": 847741604
        }
    ]
}