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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1529",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1530,
    "results": [
        {
            "start": 873236295,
            "stop": 873236316
        },
        {
            "start": 873236598,
            "stop": 873239428
        },
        {
            "start": 873239431,
            "stop": 873239433
        },
        {
            "start": 873239437,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873262668
        },
        {
            "start": 873262672,
            "stop": 873263034
        },
        {
            "start": 873263039,
            "stop": 873268219
        },
        {
            "start": 873268223,
            "stop": 873274743
        },
        {
            "start": 873274746,
            "stop": 873300005
        },
        {
            "start": 873300008,
            "stop": 873322101
        },
        {
            "start": 873322104,
            "stop": 873414327
        },
        {
            "start": 873414330,
            "stop": 873424726
        },
        {
            "start": 873430963,
            "stop": 873482082
        },
        {
            "start": 873484056,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489708
        },
        {
            "start": 873489711,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873557851
        },
        {
            "start": 873557854,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873578411
        }
    ]
}