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=1411
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=1412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1410",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1411,
    "results": [
        {
            "start": 847753139,
            "stop": 847753393
        },
        {
            "start": 847756730,
            "stop": 847760287
        },
        {
            "start": 847775782,
            "stop": 847797133
        },
        {
            "start": 847798015,
            "stop": 847816792
        },
        {
            "start": 847818699,
            "stop": 847820780
        },
        {
            "start": 847821198,
            "stop": 847821249
        },
        {
            "start": 847822961,
            "stop": 847823069
        },
        {
            "start": 847823769,
            "stop": 847834728
        },
        {
            "start": 847836100,
            "stop": 847836109
        },
        {
            "start": 847836114,
            "stop": 847836313
        },
        {
            "start": 847836373,
            "stop": 847839565
        },
        {
            "start": 847839652,
            "stop": 847840857
        },
        {
            "start": 847840975,
            "stop": 847861573
        },
        {
            "start": 847861693,
            "stop": 847869892
        },
        {
            "start": 847869895,
            "stop": 847883711
        },
        {
            "start": 847906183,
            "stop": 847906185
        },
        {
            "start": 847906911,
            "stop": 847907689
        },
        {
            "start": 847907773,
            "stop": 847907831
        },
        {
            "start": 847907918,
            "stop": 847911269
        },
        {
            "start": 847911295,
            "stop": 847915275
        }
    ]
}