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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46698",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46699,
    "results": [
        {
            "start": 875051846,
            "stop": 875051906
        },
        {
            "start": 875051907,
            "stop": 875051930
        },
        {
            "start": 875051931,
            "stop": 875051990
        },
        {
            "start": 875051991,
            "stop": 875052000
        },
        {
            "start": 875052001,
            "stop": 875052016
        },
        {
            "start": 875052017,
            "stop": 875052044
        },
        {
            "start": 875052045,
            "stop": 875052065
        },
        {
            "start": 875052068,
            "stop": 875052091
        },
        {
            "start": 875052092,
            "stop": 875052106
        },
        {
            "start": 875052108,
            "stop": 875052123
        },
        {
            "start": 875052124,
            "stop": 875052127
        },
        {
            "start": 875052128,
            "stop": 875052135
        },
        {
            "start": 875052136,
            "stop": 875052143
        },
        {
            "start": 875052144,
            "stop": 875052172
        },
        {
            "start": 875052173,
            "stop": 875052181
        },
        {
            "start": 875052182,
            "stop": 875052186
        },
        {
            "start": 875052187,
            "stop": 875052190
        },
        {
            "start": 875052193,
            "stop": 875052196
        },
        {
            "start": 875052197,
            "stop": 875052198
        },
        {
            "start": 875052199,
            "stop": 875052214
        }
    ]
}