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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=143",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 144,
    "results": [
        {
            "start": 823000835,
            "stop": 823002515
        },
        {
            "start": 823002690,
            "stop": 823002750
        },
        {
            "start": 823002958,
            "stop": 823004398
        },
        {
            "start": 823004709,
            "stop": 823005069
        },
        {
            "start": 823005227,
            "stop": 823005467
        },
        {
            "start": 823005698,
            "stop": 823006478
        },
        {
            "start": 823006633,
            "stop": 823006693
        },
        {
            "start": 823006852,
            "stop": 823007212
        },
        {
            "start": 823007353,
            "stop": 823007533
        },
        {
            "start": 823008065,
            "stop": 823008245
        },
        {
            "start": 823009346,
            "stop": 823009406
        },
        {
            "start": 823009680,
            "stop": 823011120
        },
        {
            "start": 823011282,
            "stop": 823011342
        },
        {
            "start": 823011625,
            "stop": 823012105
        },
        {
            "start": 823014185,
            "stop": 823014905
        },
        {
            "start": 823015216,
            "stop": 823015396
        },
        {
            "start": 823015547,
            "stop": 823015907
        },
        {
            "start": 823016064,
            "stop": 823016244
        },
        {
            "start": 823016449,
            "stop": 823016569
        },
        {
            "start": 823016727,
            "stop": 823016787
        }
    ]
}