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=9758
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=9759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9757",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9758,
    "results": [
        {
            "start": 873546493,
            "stop": 873547043
        },
        {
            "start": 873547044,
            "stop": 873547128
        },
        {
            "start": 873547129,
            "stop": 873547131
        },
        {
            "start": 873547135,
            "stop": 873547140
        },
        {
            "start": 873547143,
            "stop": 873547160
        },
        {
            "start": 873547161,
            "stop": 873547165
        },
        {
            "start": 873547169,
            "stop": 873547211
        },
        {
            "start": 873547214,
            "stop": 873547222
        },
        {
            "start": 873547227,
            "stop": 873547309
        },
        {
            "start": 873547310,
            "stop": 873547311
        },
        {
            "start": 873547312,
            "stop": 873547315
        },
        {
            "start": 873547317,
            "stop": 873547352
        },
        {
            "start": 873547355,
            "stop": 873547359
        },
        {
            "start": 873547360,
            "stop": 873547369
        },
        {
            "start": 873550284,
            "stop": 873551600
        },
        {
            "start": 873552631,
            "stop": 873553964
        },
        {
            "start": 873553965,
            "stop": 873553970
        },
        {
            "start": 873553971,
            "stop": 873553977
        },
        {
            "start": 873553978,
            "stop": 873554053
        },
        {
            "start": 873554054,
            "stop": 873554269
        }
    ]
}