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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=223",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 224,
    "results": [
        {
            "start": 827489844,
            "stop": 827489964
        },
        {
            "start": 827492850,
            "stop": 827492910
        },
        {
            "start": 827493178,
            "stop": 827493418
        },
        {
            "start": 827498310,
            "stop": 827498370
        },
        {
            "start": 827498831,
            "stop": 827498891
        },
        {
            "start": 827501387,
            "stop": 827501447
        },
        {
            "start": 827501580,
            "stop": 827501820
        },
        {
            "start": 827501954,
            "stop": 827502014
        },
        {
            "start": 827502693,
            "stop": 827502933
        },
        {
            "start": 827503187,
            "stop": 827503547
        },
        {
            "start": 827504436,
            "stop": 827504556
        },
        {
            "start": 827504946,
            "stop": 827505126
        },
        {
            "start": 827505415,
            "stop": 827505475
        },
        {
            "start": 827506346,
            "stop": 827506526
        },
        {
            "start": 827508067,
            "stop": 827508127
        },
        {
            "start": 827512139,
            "stop": 827512199
        },
        {
            "start": 827564580,
            "stop": 827564640
        },
        {
            "start": 827585656,
            "stop": 827585776
        },
        {
            "start": 827587146,
            "stop": 827587206
        },
        {
            "start": 827587408,
            "stop": 827587468
        }
    ]
}