Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=19",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 20,
    "results": [
        {
            "start": 935212593,
            "stop": 935214364
        },
        {
            "start": 935215876,
            "stop": 935221308
        },
        {
            "start": 935223510,
            "stop": 935227051
        },
        {
            "start": 935229277,
            "stop": 935238442
        },
        {
            "start": 935239579,
            "stop": 935240641
        },
        {
            "start": 935241927,
            "stop": 935244461
        },
        {
            "start": 935246268,
            "stop": 935248398
        },
        {
            "start": 935358716,
            "stop": 935363425
        },
        {
            "start": 935364721,
            "stop": 935379524
        },
        {
            "start": 935380867,
            "stop": 935394597
        },
        {
            "start": 935394642,
            "stop": 935413821
        },
        {
            "start": 935416561,
            "stop": 935419799
        },
        {
            "start": 935422071,
            "stop": 935424285
        },
        {
            "start": 935426469,
            "stop": 935427426
        },
        {
            "start": 935432174,
            "stop": 935440013
        },
        {
            "start": 935441697,
            "stop": 935443997
        },
        {
            "start": 935453782,
            "stop": 935456759
        },
        {
            "start": 935456819,
            "stop": 935460320
        },
        {
            "start": 935464161,
            "stop": 935475997
        },
        {
            "start": 935478488,
            "stop": 935491262
        }
    ]
}