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=1508
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=1509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1507",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1508,
    "results": [
        {
            "start": 869473480,
            "stop": 869493982
        },
        {
            "start": 869493985,
            "stop": 869498761
        },
        {
            "start": 869498764,
            "stop": 869501465
        },
        {
            "start": 869501470,
            "stop": 869505248
        },
        {
            "start": 869505569,
            "stop": 869508588
        },
        {
            "start": 869508591,
            "stop": 869508594
        },
        {
            "start": 869508604,
            "stop": 869513667
        },
        {
            "start": 869513862,
            "stop": 869517740
        },
        {
            "start": 869517749,
            "stop": 869517752
        },
        {
            "start": 869517755,
            "stop": 869522719
        },
        {
            "start": 869522722,
            "stop": 869522931
        },
        {
            "start": 869522934,
            "stop": 869524280
        },
        {
            "start": 869526206,
            "stop": 869526710
        },
        {
            "start": 869526713,
            "stop": 869527147
        },
        {
            "start": 869527150,
            "stop": 869528242
        },
        {
            "start": 869528245,
            "stop": 869528318
        },
        {
            "start": 869528321,
            "stop": 869528411
        },
        {
            "start": 869528414,
            "stop": 869535585
        },
        {
            "start": 869537422,
            "stop": 869544037
        },
        {
            "start": 869544113,
            "stop": 869557738
        }
    ]
}