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_H2L1/segments?format=api&page=201
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_H2L1/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=200",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 201,
    "results": [
        {
            "start": 826568725,
            "stop": 826568905
        },
        {
            "start": 826569172,
            "stop": 826569352
        },
        {
            "start": 826574580,
            "stop": 826574880
        },
        {
            "start": 826576068,
            "stop": 826576728
        },
        {
            "start": 826577094,
            "stop": 826577214
        },
        {
            "start": 826577731,
            "stop": 826577911
        },
        {
            "start": 826578084,
            "stop": 826578234
        },
        {
            "start": 826578396,
            "stop": 826578456
        },
        {
            "start": 826578721,
            "stop": 826578991
        },
        {
            "start": 826579283,
            "stop": 826579703
        },
        {
            "start": 826579859,
            "stop": 826579919
        },
        {
            "start": 826583716,
            "stop": 826584526
        },
        {
            "start": 826584556,
            "stop": 826584736
        },
        {
            "start": 826584976,
            "stop": 826585036
        },
        {
            "start": 826585208,
            "stop": 826585358
        },
        {
            "start": 826585548,
            "stop": 826585968
        },
        {
            "start": 826586114,
            "stop": 826586234
        },
        {
            "start": 826586373,
            "stop": 826586613
        },
        {
            "start": 826586819,
            "stop": 826587449
        },
        {
            "start": 826587624,
            "stop": 826588734
        }
    ]
}