Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5779
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5778",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5779,
    "results": [
        {
            "start": 874666154,
            "stop": 874666223
        },
        {
            "start": 874666226,
            "stop": 874666239
        },
        {
            "start": 874666242,
            "stop": 874666244
        },
        {
            "start": 874666247,
            "stop": 874666333
        },
        {
            "start": 874666336,
            "stop": 874666456
        },
        {
            "start": 874666459,
            "stop": 874666481
        },
        {
            "start": 874666484,
            "stop": 874666660
        },
        {
            "start": 874666663,
            "stop": 874666665
        },
        {
            "start": 874666668,
            "stop": 874666751
        },
        {
            "start": 874666754,
            "stop": 874666805
        },
        {
            "start": 874666808,
            "stop": 874666861
        },
        {
            "start": 874666864,
            "stop": 874666924
        },
        {
            "start": 874666927,
            "stop": 874667025
        },
        {
            "start": 874667029,
            "stop": 874667087
        },
        {
            "start": 874667090,
            "stop": 874667092
        },
        {
            "start": 874667095,
            "stop": 874667152
        },
        {
            "start": 874667155,
            "stop": 874667204
        },
        {
            "start": 874667207,
            "stop": 874667258
        },
        {
            "start": 874667261,
            "stop": 874667478
        },
        {
            "start": 874667482,
            "stop": 874667490
        }
    ]
}