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=944
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=945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=943",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 944,
    "results": [
        {
            "start": 866897024,
            "stop": 866897084
        },
        {
            "start": 866897250,
            "stop": 866897790
        },
        {
            "start": 866897954,
            "stop": 866899814
        },
        {
            "start": 866899977,
            "stop": 866900637
        },
        {
            "start": 866959056,
            "stop": 866959176
        },
        {
            "start": 866959206,
            "stop": 866959296
        },
        {
            "start": 866959416,
            "stop": 866960976
        },
        {
            "start": 866961270,
            "stop": 866965290
        },
        {
            "start": 866967013,
            "stop": 866968903
        },
        {
            "start": 866969053,
            "stop": 866971753
        },
        {
            "start": 866972104,
            "stop": 866975314
        },
        {
            "start": 866975434,
            "stop": 866980684
        },
        {
            "start": 866980839,
            "stop": 866982339
        },
        {
            "start": 866982688,
            "stop": 866982928
        },
        {
            "start": 866983277,
            "stop": 866983337
        },
        {
            "start": 866983523,
            "stop": 866984303
        },
        {
            "start": 866993253,
            "stop": 866993853
        },
        {
            "start": 866995913,
            "stop": 866995973
        },
        {
            "start": 866996956,
            "stop": 866997376
        },
        {
            "start": 866997608,
            "stop": 866999258
        }
    ]
}