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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1154",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1155,
    "results": [
        {
            "start": 950947278,
            "stop": 950947918
        },
        {
            "start": 950947920,
            "stop": 950948312
        },
        {
            "start": 950948314,
            "stop": 950949492
        },
        {
            "start": 950949494,
            "stop": 950950212
        },
        {
            "start": 950950214,
            "stop": 950951730
        },
        {
            "start": 950951732,
            "stop": 950955769
        },
        {
            "start": 950955771,
            "stop": 950956989
        },
        {
            "start": 950956991,
            "stop": 950957654
        },
        {
            "start": 950957656,
            "stop": 950957752
        },
        {
            "start": 950962100,
            "stop": 950963831
        },
        {
            "start": 950965565,
            "stop": 950967868
        },
        {
            "start": 950968761,
            "stop": 950969076
        },
        {
            "start": 951023846,
            "stop": 951024882
        },
        {
            "start": 951024884,
            "stop": 951026011
        },
        {
            "start": 951026013,
            "stop": 951026586
        },
        {
            "start": 951026588,
            "stop": 951026933
        },
        {
            "start": 951026935,
            "stop": 951026943
        },
        {
            "start": 951026945,
            "stop": 951027498
        },
        {
            "start": 951027500,
            "stop": 951027554
        },
        {
            "start": 951027556,
            "stop": 951031504
        }
    ]
}