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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 292,
    "results": [
        {
            "start": 1240366211,
            "stop": 1240366363
        },
        {
            "start": 1240366364,
            "stop": 1240366370
        },
        {
            "start": 1240366371,
            "stop": 1240366464
        },
        {
            "start": 1240366466,
            "stop": 1240366508
        },
        {
            "start": 1240366509,
            "stop": 1240366553
        },
        {
            "start": 1240366554,
            "stop": 1240366556
        },
        {
            "start": 1240366557,
            "stop": 1240366696
        },
        {
            "start": 1240366698,
            "stop": 1240367551
        },
        {
            "start": 1240367554,
            "stop": 1240367599
        },
        {
            "start": 1240367601,
            "stop": 1240367604
        },
        {
            "start": 1240367605,
            "stop": 1240367653
        },
        {
            "start": 1240367655,
            "stop": 1240367775
        },
        {
            "start": 1240367776,
            "stop": 1240367777
        },
        {
            "start": 1240367778,
            "stop": 1240367823
        },
        {
            "start": 1240367824,
            "stop": 1240367919
        },
        {
            "start": 1240367921,
            "stop": 1240368065
        },
        {
            "start": 1240368066,
            "stop": 1240368067
        },
        {
            "start": 1240368068,
            "stop": 1240368123
        },
        {
            "start": 1240368124,
            "stop": 1240368782
        },
        {
            "start": 1240368784,
            "stop": 1240368798
        }
    ]
}