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=821
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=822",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=820",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 821,
    "results": [
        {
            "start": 1250320238,
            "stop": 1250320239
        },
        {
            "start": 1250320242,
            "stop": 1250320245
        },
        {
            "start": 1250320247,
            "stop": 1250320255
        },
        {
            "start": 1250320256,
            "stop": 1250320261
        },
        {
            "start": 1250320267,
            "stop": 1250320347
        },
        {
            "start": 1250320349,
            "stop": 1250320358
        },
        {
            "start": 1250320359,
            "stop": 1250320385
        },
        {
            "start": 1250320396,
            "stop": 1250320398
        },
        {
            "start": 1250320401,
            "stop": 1250320405
        },
        {
            "start": 1250320408,
            "stop": 1250320423
        },
        {
            "start": 1250320426,
            "stop": 1250320492
        },
        {
            "start": 1250320495,
            "stop": 1250320501
        },
        {
            "start": 1250320504,
            "stop": 1250320509
        },
        {
            "start": 1250320514,
            "stop": 1250320520
        },
        {
            "start": 1250320526,
            "stop": 1250320532
        },
        {
            "start": 1250320534,
            "stop": 1250320537
        },
        {
            "start": 1250320538,
            "stop": 1250320556
        },
        {
            "start": 1250320559,
            "stop": 1250320661
        },
        {
            "start": 1250320663,
            "stop": 1250320670
        },
        {
            "start": 1250320674,
            "stop": 1250320754
        }
    ]
}