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=883
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=884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=882",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 883,
    "results": [
        {
            "start": 866351870,
            "stop": 866352140
        },
        {
            "start": 866352230,
            "stop": 866352440
        },
        {
            "start": 866352660,
            "stop": 866353140
        },
        {
            "start": 866358784,
            "stop": 866359804
        },
        {
            "start": 866359954,
            "stop": 866360014
        },
        {
            "start": 866360164,
            "stop": 866360524
        },
        {
            "start": 866362508,
            "stop": 866362658
        },
        {
            "start": 866362688,
            "stop": 866362748
        },
        {
            "start": 866362778,
            "stop": 866362838
        },
        {
            "start": 866362898,
            "stop": 866362958
        },
        {
            "start": 866363558,
            "stop": 866364338
        },
        {
            "start": 866364488,
            "stop": 866365538
        },
        {
            "start": 866366018,
            "stop": 866366138
        },
        {
            "start": 866366348,
            "stop": 866366498
        },
        {
            "start": 866366648,
            "stop": 866367428
        },
        {
            "start": 866367518,
            "stop": 866367578
        },
        {
            "start": 866367608,
            "stop": 866369138
        },
        {
            "start": 866369228,
            "stop": 866369288
        },
        {
            "start": 866369318,
            "stop": 866371148
        },
        {
            "start": 866371238,
            "stop": 866371298
        }
    ]
}