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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 1,
    "results": [
        {
            "start": 1396417050,
            "stop": 1396435779
        },
        {
            "start": 1396435782,
            "stop": 1396453505
        },
        {
            "start": 1396455750,
            "stop": 1396468611
        },
        {
            "start": 1396468616,
            "stop": 1396486322
        },
        {
            "start": 1396486325,
            "stop": 1396496036
        },
        {
            "start": 1396496039,
            "stop": 1396519421
        },
        {
            "start": 1396519424,
            "stop": 1396527583
        },
        {
            "start": 1396527587,
            "stop": 1396546041
        },
        {
            "start": 1396546044,
            "stop": 1396551020
        },
        {
            "start": 1396552298,
            "stop": 1396579632
        },
        {
            "start": 1396581517,
            "stop": 1396582867
        },
        {
            "start": 1396582870,
            "stop": 1396593142
        },
        {
            "start": 1396593145,
            "stop": 1396599518
        },
        {
            "start": 1396599521,
            "stop": 1396615833
        },
        {
            "start": 1396615838,
            "stop": 1396623866
        },
        {
            "start": 1396652834,
            "stop": 1396660595
        },
        {
            "start": 1396666732,
            "stop": 1396667654
        },
        {
            "start": 1396667875,
            "stop": 1396674955
        },
        {
            "start": 1396674958,
            "stop": 1396692680
        },
        {
            "start": 1396702343,
            "stop": 1396702711
        }
    ]
}