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/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1476
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=1477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1475",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1476,
    "results": [
        {
            "start": 862064922,
            "stop": 862064928
        },
        {
            "start": 862064931,
            "stop": 862066815
        },
        {
            "start": 862088556,
            "stop": 862096233
        },
        {
            "start": 862099295,
            "stop": 862115508
        },
        {
            "start": 862115512,
            "stop": 862130451
        },
        {
            "start": 862131933,
            "stop": 862139797
        },
        {
            "start": 862141626,
            "stop": 862150598
        },
        {
            "start": 862150601,
            "stop": 862156822
        },
        {
            "start": 862156825,
            "stop": 862158423
        },
        {
            "start": 862159547,
            "stop": 862167802
        },
        {
            "start": 862168747,
            "stop": 862169717
        },
        {
            "start": 862169720,
            "stop": 862173670
        },
        {
            "start": 862173674,
            "stop": 862173680
        },
        {
            "start": 862173683,
            "stop": 862177018
        },
        {
            "start": 862177971,
            "stop": 862179422
        },
        {
            "start": 862180272,
            "stop": 862242834
        },
        {
            "start": 862242837,
            "stop": 862245533
        },
        {
            "start": 862245536,
            "stop": 862246250
        },
        {
            "start": 862246253,
            "stop": 862250253
        },
        {
            "start": 862250256,
            "stop": 862250271
        }
    ]
}