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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=140",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 141,
    "results": [
        {
            "start": 931131361,
            "stop": 931131403
        },
        {
            "start": 931131405,
            "stop": 931131409
        },
        {
            "start": 931131410,
            "stop": 931131417
        },
        {
            "start": 931131418,
            "stop": 931131420
        },
        {
            "start": 931131421,
            "stop": 931131424
        },
        {
            "start": 931131426,
            "stop": 931131429
        },
        {
            "start": 931131431,
            "stop": 931131438
        },
        {
            "start": 931131441,
            "stop": 931131461
        },
        {
            "start": 931131462,
            "stop": 931131470
        },
        {
            "start": 931131471,
            "stop": 931131473
        },
        {
            "start": 931131905,
            "stop": 931131912
        },
        {
            "start": 931131913,
            "stop": 931131916
        },
        {
            "start": 931131917,
            "stop": 931131919
        },
        {
            "start": 931131920,
            "stop": 931131924
        },
        {
            "start": 931131926,
            "stop": 931131927
        },
        {
            "start": 931131928,
            "stop": 931131930
        },
        {
            "start": 931131931,
            "stop": 931131932
        },
        {
            "start": 931131934,
            "stop": 931131937
        },
        {
            "start": 931131941,
            "stop": 931131942
        },
        {
            "start": 931131943,
            "stop": 931131949
        }
    ]
}