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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9824",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9825,
    "results": [
        {
            "start": 874043832,
            "stop": 874043869
        },
        {
            "start": 874043878,
            "stop": 874044511
        },
        {
            "start": 874044514,
            "stop": 874044523
        },
        {
            "start": 874044526,
            "stop": 874044529
        },
        {
            "start": 874044532,
            "stop": 874044610
        },
        {
            "start": 874044613,
            "stop": 874044629
        },
        {
            "start": 874044632,
            "stop": 874044634
        },
        {
            "start": 874044637,
            "stop": 874044645
        },
        {
            "start": 874044648,
            "stop": 874044654
        },
        {
            "start": 874044658,
            "stop": 874044672
        },
        {
            "start": 874044675,
            "stop": 874044728
        },
        {
            "start": 874044731,
            "stop": 874044816
        },
        {
            "start": 874044819,
            "stop": 874044855
        },
        {
            "start": 874044858,
            "stop": 874044882
        },
        {
            "start": 874044885,
            "stop": 874044970
        },
        {
            "start": 874044973,
            "stop": 874044977
        },
        {
            "start": 874044980,
            "stop": 874045132
        },
        {
            "start": 874045135,
            "stop": 874045367
        },
        {
            "start": 874045371,
            "stop": 874045416
        },
        {
            "start": 874045420,
            "stop": 874045523
        }
    ]
}