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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=254",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 255,
    "results": [
        {
            "start": 1264421148,
            "stop": 1264421259
        },
        {
            "start": 1264421261,
            "stop": 1264421296
        },
        {
            "start": 1264421298,
            "stop": 1264421303
        },
        {
            "start": 1264421305,
            "stop": 1264421463
        },
        {
            "start": 1264421467,
            "stop": 1264421480
        },
        {
            "start": 1264421483,
            "stop": 1264421486
        },
        {
            "start": 1264421490,
            "stop": 1264421504
        },
        {
            "start": 1264421506,
            "stop": 1264421507
        },
        {
            "start": 1264421509,
            "stop": 1264421532
        },
        {
            "start": 1264421534,
            "stop": 1264421535
        },
        {
            "start": 1264421536,
            "stop": 1264421560
        },
        {
            "start": 1264421561,
            "stop": 1264421564
        },
        {
            "start": 1264421565,
            "stop": 1264421583
        },
        {
            "start": 1264421584,
            "stop": 1264421604
        },
        {
            "start": 1264421605,
            "stop": 1264421607
        },
        {
            "start": 1264421609,
            "stop": 1264421624
        },
        {
            "start": 1264421625,
            "stop": 1264421627
        },
        {
            "start": 1264421628,
            "stop": 1264421655
        },
        {
            "start": 1264421656,
            "stop": 1264421658
        },
        {
            "start": 1264421660,
            "stop": 1264421672
        }
    ]
}