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=773
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=774",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=772",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 773,
    "results": [
        {
            "start": 1249349974,
            "stop": 1249352805
        },
        {
            "start": 1249352808,
            "stop": 1249354347
        },
        {
            "start": 1249354351,
            "stop": 1249354372
        },
        {
            "start": 1249354380,
            "stop": 1249355110
        },
        {
            "start": 1249355115,
            "stop": 1249357834
        },
        {
            "start": 1249357839,
            "stop": 1249361284
        },
        {
            "start": 1249361287,
            "stop": 1249362581
        },
        {
            "start": 1249362589,
            "stop": 1249362712
        },
        {
            "start": 1249362714,
            "stop": 1249363539
        },
        {
            "start": 1249363542,
            "stop": 1249364903
        },
        {
            "start": 1249364908,
            "stop": 1249367045
        },
        {
            "start": 1249367049,
            "stop": 1249367394
        },
        {
            "start": 1249367398,
            "stop": 1249371432
        },
        {
            "start": 1249371435,
            "stop": 1249371567
        },
        {
            "start": 1249371571,
            "stop": 1249377970
        },
        {
            "start": 1249378084,
            "stop": 1249382245
        },
        {
            "start": 1249382248,
            "stop": 1249384536
        },
        {
            "start": 1249384540,
            "stop": 1249386944
        },
        {
            "start": 1249386948,
            "stop": 1249388679
        },
        {
            "start": 1249388683,
            "stop": 1249389211
        }
    ]
}