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_H1L1/segments?format=api&page=157
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_H1L1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=156",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 157,
    "results": [
        {
            "start": 823947002,
            "stop": 823947122
        },
        {
            "start": 823949721,
            "stop": 823949901
        },
        {
            "start": 823952011,
            "stop": 823952071
        },
        {
            "start": 823952356,
            "stop": 823952536
        },
        {
            "start": 823954185,
            "stop": 823954245
        },
        {
            "start": 823954925,
            "stop": 823954985
        },
        {
            "start": 823956252,
            "stop": 823956312
        },
        {
            "start": 824122189,
            "stop": 824122249
        },
        {
            "start": 824122582,
            "stop": 824122642
        },
        {
            "start": 824122819,
            "stop": 824123179
        },
        {
            "start": 824123973,
            "stop": 824124093
        },
        {
            "start": 824124629,
            "stop": 824124689
        },
        {
            "start": 824125618,
            "stop": 824125798
        },
        {
            "start": 824126808,
            "stop": 824126928
        },
        {
            "start": 824127086,
            "stop": 824127146
        },
        {
            "start": 824127483,
            "stop": 824127543
        },
        {
            "start": 824128011,
            "stop": 824128071
        },
        {
            "start": 824128232,
            "stop": 824128292
        },
        {
            "start": 824130723,
            "stop": 824130903
        },
        {
            "start": 824132318,
            "stop": 824132438
        }
    ]
}