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=9853
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=9854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9852",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9853,
    "results": [
        {
            "start": 874235538,
            "stop": 874235549
        },
        {
            "start": 874235553,
            "stop": 874235554
        },
        {
            "start": 874235566,
            "stop": 874235745
        },
        {
            "start": 874235748,
            "stop": 874235770
        },
        {
            "start": 874235773,
            "stop": 874236015
        },
        {
            "start": 874236023,
            "stop": 874236071
        },
        {
            "start": 874236074,
            "stop": 874236192
        },
        {
            "start": 874236195,
            "stop": 874236197
        },
        {
            "start": 874236200,
            "stop": 874236256
        },
        {
            "start": 874236259,
            "stop": 874236685
        },
        {
            "start": 874236688,
            "stop": 874238135
        },
        {
            "start": 874238138,
            "stop": 874238231
        },
        {
            "start": 874238234,
            "stop": 874238540
        },
        {
            "start": 874238543,
            "stop": 874238568
        },
        {
            "start": 874238571,
            "stop": 874238573
        },
        {
            "start": 874238576,
            "stop": 874238621
        },
        {
            "start": 874240518,
            "stop": 874240521
        },
        {
            "start": 874240522,
            "stop": 874240523
        },
        {
            "start": 874240525,
            "stop": 874240533
        },
        {
            "start": 874240535,
            "stop": 874240537
        }
    ]
}