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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 193,
    "results": [
        {
            "start": 931457745,
            "stop": 931457747
        },
        {
            "start": 931457749,
            "stop": 931457780
        },
        {
            "start": 931457782,
            "stop": 931457785
        },
        {
            "start": 931457787,
            "stop": 931457793
        },
        {
            "start": 931457794,
            "stop": 931457800
        },
        {
            "start": 931457804,
            "stop": 931457817
        },
        {
            "start": 931457819,
            "stop": 931457820
        },
        {
            "start": 931457824,
            "stop": 931457836
        },
        {
            "start": 931457838,
            "stop": 931457849
        },
        {
            "start": 931457851,
            "stop": 931457873
        },
        {
            "start": 931457878,
            "stop": 931457886
        },
        {
            "start": 931457888,
            "stop": 931457898
        },
        {
            "start": 931457899,
            "stop": 931457900
        },
        {
            "start": 931461152,
            "stop": 931461168
        },
        {
            "start": 931461169,
            "stop": 931461170
        },
        {
            "start": 931461172,
            "stop": 931461189
        },
        {
            "start": 931461191,
            "stop": 931461209
        },
        {
            "start": 931461210,
            "stop": 931461214
        },
        {
            "start": 931461216,
            "stop": 931461217
        },
        {
            "start": 931461219,
            "stop": 931461228
        }
    ]
}