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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=41",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 42,
    "results": [
        {
            "start": 1247090225,
            "stop": 1247090268
        },
        {
            "start": 1247092453,
            "stop": 1247092713
        },
        {
            "start": 1247092737,
            "stop": 1247108897
        },
        {
            "start": 1247113564,
            "stop": 1247116261
        },
        {
            "start": 1247116340,
            "stop": 1247121025
        },
        {
            "start": 1247124381,
            "stop": 1247132052
        },
        {
            "start": 1247153607,
            "stop": 1247153609
        },
        {
            "start": 1247154519,
            "stop": 1247169442
        },
        {
            "start": 1247172350,
            "stop": 1247190595
        },
        {
            "start": 1247190603,
            "stop": 1247190659
        },
        {
            "start": 1247190667,
            "stop": 1247195203
        },
        {
            "start": 1247195219,
            "stop": 1247195427
        },
        {
            "start": 1247195443,
            "stop": 1247195451
        },
        {
            "start": 1247195483,
            "stop": 1247197719
        },
        {
            "start": 1247199996,
            "stop": 1247202279
        },
        {
            "start": 1247204278,
            "stop": 1247207031
        },
        {
            "start": 1247221906,
            "stop": 1247225265
        },
        {
            "start": 1247231991,
            "stop": 1247234121
        },
        {
            "start": 1247235739,
            "stop": 1247236879
        },
        {
            "start": 1247239171,
            "stop": 1247242061
        }
    ]
}