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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=960",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 961,
    "results": [
        {
            "start": 868223309,
            "stop": 868223609
        },
        {
            "start": 868223958,
            "stop": 868224018
        },
        {
            "start": 868228951,
            "stop": 868230271
        },
        {
            "start": 868230506,
            "stop": 868232546
        },
        {
            "start": 868232907,
            "stop": 868234227
        },
        {
            "start": 868234388,
            "stop": 868236548
        },
        {
            "start": 868236698,
            "stop": 868247588
        },
        {
            "start": 868248653,
            "stop": 868248773
        },
        {
            "start": 868248923,
            "stop": 868251653
        },
        {
            "start": 868251873,
            "stop": 868253613
        },
        {
            "start": 868258593,
            "stop": 868262553
        },
        {
            "start": 868264105,
            "stop": 868265485
        },
        {
            "start": 868265712,
            "stop": 868268832
        },
        {
            "start": 868268982,
            "stop": 868277832
        },
        {
            "start": 868277989,
            "stop": 868278589
        },
        {
            "start": 868278893,
            "stop": 868280033
        },
        {
            "start": 868280425,
            "stop": 868280485
        },
        {
            "start": 868284345,
            "stop": 868285185
        },
        {
            "start": 868285540,
            "stop": 868286140
        },
        {
            "start": 868286308,
            "stop": 868288588
        }
    ]
}