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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=74",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 75,
    "results": [
        {
            "start": 817587307,
            "stop": 817587313
        },
        {
            "start": 817588104,
            "stop": 817588105
        },
        {
            "start": 817588111,
            "stop": 817588122
        },
        {
            "start": 817589035,
            "stop": 817589126
        },
        {
            "start": 817589135,
            "stop": 817590010
        },
        {
            "start": 817590053,
            "stop": 817590671
        },
        {
            "start": 817590681,
            "stop": 817590724
        },
        {
            "start": 817590731,
            "stop": 817591143
        },
        {
            "start": 817591150,
            "stop": 817591388
        },
        {
            "start": 817591395,
            "stop": 817591476
        },
        {
            "start": 817591505,
            "stop": 817592576
        },
        {
            "start": 817592605,
            "stop": 817594045
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600668,
            "stop": 817602077
        },
        {
            "start": 817602106,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817607455
        },
        {
            "start": 817607484,
            "stop": 817610010
        },
        {
            "start": 817610250,
            "stop": 817614666
        },
        {
            "start": 817614695,
            "stop": 817615534
        },
        {
            "start": 817615563,
            "stop": 817626359
        }
    ]
}