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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=766",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=764",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 765,
    "results": [
        {
            "start": 1249073445,
            "stop": 1249073778
        },
        {
            "start": 1249073781,
            "stop": 1249073817
        },
        {
            "start": 1249073819,
            "stop": 1249073846
        },
        {
            "start": 1249073849,
            "stop": 1249073851
        },
        {
            "start": 1249073852,
            "stop": 1249074134
        },
        {
            "start": 1249074135,
            "stop": 1249074182
        },
        {
            "start": 1249074185,
            "stop": 1249074193
        },
        {
            "start": 1249074195,
            "stop": 1249074196
        },
        {
            "start": 1249074198,
            "stop": 1249074238
        },
        {
            "start": 1249074239,
            "stop": 1249074376
        },
        {
            "start": 1249074379,
            "stop": 1249074485
        },
        {
            "start": 1249074487,
            "stop": 1249074846
        },
        {
            "start": 1249074848,
            "stop": 1249075000
        },
        {
            "start": 1249075005,
            "stop": 1249075006
        },
        {
            "start": 1249075013,
            "stop": 1249075252
        },
        {
            "start": 1249075254,
            "stop": 1249075262
        },
        {
            "start": 1249075267,
            "stop": 1249075361
        },
        {
            "start": 1249075364,
            "stop": 1249075561
        },
        {
            "start": 1249075563,
            "stop": 1249075566
        },
        {
            "start": 1249075569,
            "stop": 1249075742
        }
    ]
}